forked from ghyghoo8/ADclearer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
31 lines (31 loc) · 842 Bytes
/
manifest.json
File metadata and controls
31 lines (31 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"content_scripts":[
{
"exclude_globs":[ "http://www.kuaipan.cn/*" ],
"exclude_matches":[ ],
"include_globs":[ ],
"js":[ "script.js" ],
"matches":[ "http://*/*", "https://*/*" ],
"run_at":"document_idle"
}
],
"converted_from_user_script":true,
"description":"ADclearer 优酷 土豆等 视频去广告插件 移植自openGG,仅供个人用途。",
"manifest_version":2,
"name":"ADclearer",
"version":"0.15",
"icons":{
"128":"icon128.png",
"64":"icon64.png",
"48":"icon48.png",
"16":"icon32.png"
},
"permissions": [
"*://*/*",
"tabs",
"notifications"
],
"background": {
"scripts": ["background.js"]
}
}