AiJiang 艾酱团信喵小助手
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon/main_16.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"jquery-1.7.2.min.js",
"contentJs.js"
],
"matches": [
"http://*.app.mbga-platform.jp/gadgets/*",
"http://nyashindig.wasabii.com.tw/gadgets/*",
"http://nyashindig.86game.com/shindig/gadgets/*",
"http://xmshindig.86game.com/shindig/gadgets/*",
"http://passport.86game.com/GameIndex*",
"http://86game.com/GameIndex*",
"http://yahoo-mbga.jp/game/*",
"http://my.gamecity.ne.jp/mycommu/application/5*",
"http://app.nicovideo.jp/watch/ap153*",
"http://*.ld.mygc-platform.jp/mygc-shindig/gadgets/*"
],
"run_at": "document_idle"
}
],
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"default_locale": "en",
"description": "AiJiang 艾酱团信喵小助手",
"icons": {
"16": "icon/main_16.png",
"48": "icon/main_48.png",
"128": "icon/main_128.png"
},
"manifest_version": 2,
"name": "AiJiangTuan",
"permissions": [
"tabs",
"notifications",
"http://xinmiao.vipsinaapp.com/",
"http://*.xinmiao.vipsinaapp.com/"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.90",
"web_accessible_resources": [
"icon/notification.png"
]
}