Get a list of installed extensions with javascript

纵然是瞬间 提交于 2019-12-11 07:16:12

问题


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 ?


回答1:


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.




回答2:


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.

来源:https://stackoverflow.com/questions/19830909/get-a-list-of-installed-extensions-with-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!