1 Star 0 Fork 0

小白/csdn_chrome_plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 734 Bytes
一键复制 编辑 原始数据 按行查看 历史
DESKTOP-E89636G\ali213 提交于 2023-03-21 14:23 . 1
{
"manifest_version": 3,
"name": "CSDN你真是个小可爱",
"description": "去掉复制的小尾巴,未登录允许代码复制",
"version": "1.0",
"host_permissions": [
"https://blog.csdn.net/"
],
"icons": {},
"content_scripts": [
{
"matches": [
"https://blog.csdn.net/*",
"https://www.it1352.com/*",
"https://cloud.tencent.com/*",
"https://www.baidu.com/*"
],
"js": [
"main.js"
],
"run_at": "document_end"
}
],
"action": {
"default_title": "CSDN你真是个小可爱"
},
"web_accessible_resources": [
{
"resources": [
"hack.js"
],
"matches": [
"<all_urls>"
]
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a3077932030/csdn_chrome_plugin.git
git@gitee.com:a3077932030/csdn_chrome_plugin.git
a3077932030
csdn_chrome_plugin
csdn_chrome_plugin
master

搜索帮助