Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
file name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer authored Sep 16, 2016
1 parent 32a4d45 commit cd7bea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bilibili_injected.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
}, function(response){
try {
filters = JSON.parse(response);
console.log(response);
//console.log(response);
} catch(e) {
filters = [];
console.warn("Invalid filter record: "+response+"\n"+e);
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"content_scripts": [ {
"all_frames": true,
"js": [ "bilibili_ASS_Danmaku_Downloader.js", "store.min.js", "filename-sanitize.js", "jq.bilibili.min.js", "bilibili_injected.js", "ocrad.min.js", "bilibili_live.js", "ColPick.js", "CommentCoreLibrary.min.js", "ABPlayer.min.js", "hls.min.js" ],
"js": [ "bilibili_ASS_Danmaku_Downloader.js", "store.min.js", "filename-sanitize.js", "jq.bilibili.min.js", "bilibili_injected.js", "ocrad.min.js", "bilibili_live.js", "ColPick.js", "CommentCoreLibrary.js", "ABPlayer.js", "hls.min.js" ],
"matches": [ "*://*.bilibili.com/*" ],
"run_at": "document_end"
} ],
Expand All @@ -30,7 +30,7 @@
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"options_page": "options.html",
"permissions": [ "downloads", "alarms", "cookies", "notifications", "storage", "tabs", "webRequest", "webRequestBlocking", "*://*.bilibili.com/*", "*://*.bilibili.cn/*", "*://*.bilibili.tv/*", "*://*.letv.cn/*", "http://*.hdslb.com/*", "http://*.acgvideo.com/*", "*://*.guguke.net/*" ],
"permissions": [ "downloads", "alarms", "cookies", "notifications", "storage", "tabs", "webRequest", "webRequestBlocking", "*://*.bilibili.com/*", "*://*.bilibili.cn/*", "*://*.bilibili.tv/*", "*://*.letv.cn/*", "*://*.hdslb.com/*", "*://*.acgvideo.com/*", "*://*.guguke.net/*" ],
"version": "0.8.16.5",
"web_accessible_resources": [ "bilibili-helper.woff", "template.html", "imgs/icon-32.png", "imgs/loading.gif", "imgs/jinkela.png", "imgs/loading.gif", "imgs/helper-neko.png","imgs/icon.png", "options.html", "imgs/menu-icon.png", "live.css", "live-content-script.js" ]
}

0 comments on commit cd7bea2

Please sign in to comment.