我想检测用户是否有Chrome扩展程序,如果有,请将某些内容记录到控制台(稍后我会更改它的功能,但暂时保持简单)
我只有扩展ID<我无法修改清单或与扩展程序相关的任何内容。
我尝试过许多内容,例如management
API,但需要明确的权限。
我需要这个能够在页面内运行,而不是在扩展名中运行。
我尝试过的事情:
chrome.extension.connect(theidhere, andafunctionhere)
chrome.management.get(theidhere, andafunctionhere
And a function I found here on SO that was too big to paste.
如果找到某个扩展程序ID,是否仍然需要登录到控制台?是否可以在标准<script>
文档中的.html
个代码之间使用?