Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get a list of installed extensions with javascript

Im trying to figure out if it is possible to get a list of all installed browser extensions using javascript

I understand it is possible on

chrom using - chrome.extension reference firefox - using Application.extensions.all

But is it possible on IE and Safari ?

like image 725
lior r Avatar asked Nov 19 '25 11:11

lior r


2 Answers

You can only do that from the Chrome Context (Firefox) or Background Script (Chrome). It is not possible to get the list of extensions from a webpage.

like image 134
Kashif Avatar answered Nov 20 '25 23:11

Kashif


It's not possible to get a list of all the installed extension with "Chrome tabs".enter image description here you only able to get extension list view extension tabs.

like image 33
Waleed Nasir Avatar answered Nov 20 '25 23:11

Waleed Nasir



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!