-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
47 lines (43 loc) · 1.22 KB
/
manifest.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"manifest_version": 2,
"name": "super preloader",
"version": "0.1",
"description": "super preloader",
"icons": {
"48": "icons/border-48.png"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["index.js"],
"exclude_matches": [
"https://pan.baidu.com/*",
"https://yun.baidu.com/*",
"https://www.cnbeta.com/*",
"https://www.dropbox.com/*",
"https://www.duokan.com/reader/*",
"https://feedly.com/*",
"https://www.google.com/calendar*",
"https://www.google.com/reader*",
"https://docs.google.com/*",
"https://mail.google.com/*",
"https://maps.google.com/*",
"https://www.inoreader.com/*",
"https://www.iqiyi.com/*",
"https://mmbiz.qpic.cn/*",
"https://mail.qq.com/*",
"https://openapi.qzone.qq.com/*",
"https://w.qq.com/*",
"https://web2.qq.com/*",
"https://www.toodledo.com/*",
"https://weibo.com/*",
"https://www.wumii.com/*",
"https://cloud.vip.xunlei.com/*",
"https://app.yinxiang.com/*",
"https://www.youku.com/*",
"https://v.youku.com/*",
"https://zhihu.com/*"
]
}
]
}