1 Star 0 Fork 0

panther / chrome_plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
panther 提交于 2024-04-29 14:43 . 初始化
{
"manifest_version": 3,
// 插件名
"name": "直播价格修改",
// 插件版本号
"version": "0.0.1",
// 插件描述
"description": "chrome plug analyse and guard the http hijack",
// 插件图标
"icons": {
"16": "icons/16x16.png",
"32": "icons/32x32.png",
"48": "icons/48x48.png",
"128": "icons/128x128.png"
},
// 引入一个脚本
"content_scripts": [
{
"js": ["src/main.js"],
// 在什么情况下使用该脚本
"matches": [
"http://*/*",
"https://*/*"
]
}
]
}
1
https://gitee.com/pam0226_admin/chrome_plugin.git
git@gitee.com:pam0226_admin/chrome_plugin.git
pam0226_admin
chrome_plugin
chrome_plugin
master

搜索帮助