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 ?
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.
It's not possible to get a list of all the installed extension with "Chrome tabs". you only able to get extension list view extension tabs.