first commit
This commit is contained in:
21
manifest.json
Normal file
21
manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "🚀 Fuck Code Blog👎👎👎",
|
||||
"version": "1.0.0",
|
||||
"author": "2271608011@qq.com",
|
||||
"description": "去除一些技术网站的恶心操作!!",
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": [ "/js/*.js" ],
|
||||
"matches": [ "https://blog.csdn.net/*","https://zhuanlan.zhihu.com/*", "https://www.zhihu.com/*", "https://www.jianshu.com/*", "https://juejin.cn/*" ]
|
||||
}
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
|
||||
"matches": ["https://blog.csdn.net/*", "https://zhuanlan.zhihu.com/*", "https://www.zhihu.com/*", "https://www.jianshu.com/*", "https://juejin.cn/*"],
|
||||
"css": ["./css/cover.css"],
|
||||
"js": ["./js/cover.js"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user