Computer Science, asked by Yogeshkumar7948, 11 months ago

How to list down all the plug-in installed in your browser?

Answers

Answered by alvairis1995
0

To list down all the plug-on installed in the web browser, use the JavaScript navigator object. The JavaScript navigator object includes a child object called plugins. This object is an array, with one entry for each plug-in installed on the browser.

Similar questions