例如,我如何使用JS检测浏览器(例如chrome)扩展或检测一个特定扩展 https://chrome.google.com/webstore/detail/tag-assistant-by-google/kejbdjndbnbjgmefkgdddjlbokphdefk?hl=ru
答案 0 :(得分:1)
如果您要在网站上运行代码以检测浏览器扩展程序,可以加载chrome-extension:// extension_id
/manifest.json
http://blog.kotowicz.net/2012/02/intro-to-chrome-addons-hacking.html
答案 1 :(得分:0)
您应该能够使用全局事件:
https://developer.chrome.com/extensions/extension#global-events
var myPort=chrome.extension.connect('yourextensionid_qwerqweroijwefoijwef', some_object_to_send_on_connect);