Skip to content

Commit 908b067

Browse files
committed
fix bug
1 parent 6557c6a commit 908b067

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

pack/manifest.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "__MSG_extName__",
44
"short_name": "__MSG_extShortName__",
55
"description": "__MSG_extDescription__",
6-
"version": "0.9.2",
7-
"author": "wangxufire <wangxufire@gmail.com>",
6+
"version": "0.12.23",
7+
"author": "wangxufire <wangxufire+github@gmail.com>",
88
"minimum_chrome_version": "50",
99
"default_locale": "en",
1010
"icons": {
@@ -35,7 +35,11 @@
3535
"content_scripts": [
3636
{
3737
"matches": [
38-
"*://*/*"
38+
"*://bcy.net/*",
39+
"*://lofter.com/*",
40+
"*://diyidan.com/*",
41+
"*://twitter.com/*",
42+
"*://twimg.com/*"
3943
],
4044
"js": [
4145
"js/vendor.js",
@@ -45,7 +49,11 @@
4549
],
4650
"background": {
4751
"matches": [
48-
"*://*/*"
52+
"*://bcy.net/*",
53+
"*://lofter.com/*",
54+
"*://diyidan.com/*",
55+
"*://twitter.com/*",
56+
"*://twimg.com/*"
4957
],
5058
"persistent": false,
5159
"scripts": [
@@ -59,6 +67,10 @@
5967
"contextMenus",
6068
"tabs",
6169
"downloads",
62-
"*://*/*"
70+
"*://bcy.net/*",
71+
"*://lofter.com/*",
72+
"*://diyidan.com/*",
73+
"*://twitter.com/*",
74+
"*://twimg.com/*"
6375
]
6476
}

0 commit comments

Comments
 (0)