The plugins property returns an array of the Plugins object representing all the plug-ins installed on a particular browser.
These can be accessed by the indexed num passed.
<html>
<head>
<title> Example of the plugins property of the navigator object</title>
</head>
<body>
<script language="JavaScript">
<!--
var plugLength = navigator.plugins.length