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

Commit

Permalink
separate live scripts to have better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer authored Sep 20, 2016
1 parent 57e2150 commit 2477b9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@
},
"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.js", "ABPlayer.js", "hls.min.js" ],
"js": [ "bilibili_ASS_Danmaku_Downloader.js", "store.min.js", "filename-sanitize.js", "jq.bilibili.min.js", "bilibili_injected.js", "ColPick.js", "CommentCoreLibrary.js", "ABPlayer.js", "hls.min.js" ],
"matches": [ "*://*.bilibili.com/*" ],
"run_at": "document_end"
}, {
"all_frames": true,
"js": [ "ocrad.min.js", "bilibili_live.js" ],
"matches": [ "*://live.bilibili.com/*" ],
"run_at": "document_end"
} ],
"default_locale": "zh_CN",
"description": "__MSG_extDescription__",
Expand Down

0 comments on commit 2477b9a

Please sign in to comment.