加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 857 Bytes
一键复制 编辑 原始数据 按行查看 历史
0101博弈乌云 提交于 2024-03-14 07:52 . init
{
"manifest_version": 3,
"name": "骚神库元素自动定位助手",
"version": "4.3",
"permissions":
[
"contextMenus",
"tabs",
"notifications",
"webRequest",
"storage",
"activeTab"
],
"icons": {
"128": "img/logo5.png",
"48": "img/logo5.png",
"19": "img/logo5.png"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js","right_click.js"],
"css": ["abc.css"],
"run_at": "document_end"
}
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": ["js/inject.js", "*"],
"matches": ["<all_urls>"]
}
],
"homepage_url": "https://gitee.com/haiyang0726/SaossionPage"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化