-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
executable file
·40 lines (40 loc) · 1.23 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
{
"name" : "跳針留言小幫手",
"version" : "1.0.18",
"description" : "跳針留言小幫手將協助您在閱讀網路上留言時,可以提供跳針標示,並提供使用者回報跳針。更多詳情請參考 http://antispite.tonyq.org 。",
"permissions": [
"https://www.facebook.com/plugins/comments.php*",
"http://antispite.tonyq.org/*",
"https://antispite.tonyq.org/*",
"https://tw.news.yahoo.com/*",
"http://*/*",
"https://*/*",
"storage"
],
"content_scripts": [ {
"css": [ ],
"js": [ "js/antispite-fb-comment-23.js" ],
"matches": [ "https://www.facebook.com/plugins/comments.php*"],
"all_frames": true
},{
"css": [ ],
"js": [ "js/antispite-fb-comment.js" ],
"matches": [ "https://www.facebook.com/plugins/comments.php*"],
"all_frames": true
},{
"css": [ ],
"js": [ "js/antispite-ptt.js" ],
"matches": [ "https://www.ptt.cc/bbs/*/M*.html"],
"all_frames": true
},{
"css": [ ],
"js": [ "js/antispite-yahoo.js" ],
"matches": [ "https://tw.news.yahoo.com/*"],
"all_frames": true
}],
"background": {
"scripts": ["js/background.js"],
"persistent": true
},
"manifest_version": 2
}