如何让谷歌扩展自动将js注入有问题的页面
我当前的清单就是
"content_scripts": [
{
"matches": ["*:\/\/*.*/*"],
"js": ["script.js"]
}
],
在这种情况下,刷新扩展程序时出现错误 'content_scripts[0].matches[0]' 的值无效:无效的主机通配符
。有更好的方法吗
My current manifest is
"content_scripts": [
{
"matches": ["*:\/\/*.*/*"],
"js": ["script.js"]
}
],
in this case, the error Invalid value for 'content_scripts[0].matches[0]': Invalid host wildcard
occurs when I refresh the extension. is there a better way to do this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论