追剧助手
拿来追剧岂不快哉(支持腾讯视频、爱奇艺、bilibili)
What is 追剧助手?
追剧助手 is a Chrome extension developed by 1776243356a, and its main feature is "拿来追剧岂不快哉(支持腾讯视频、爱奇艺、bilibili)".
Extension Screenshots
Download 追剧助手 Extension CRX File
Download 追剧助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
更加方便快捷的管理自己喜爱的剧集,点击扩展图标即可查看所有剧集列表,一键跳转到播放页面播放,打开腾讯视频,爱奇艺视频,哔哩哔哩,在播放页面点击右上角的追剧按钮即可使用
Extension Basic Information
Name | 追剧助手 |
ID | ilenakcpbigjcnneabfbjbbldjjbpcie |
Official URL | https://chromewebstore.google.com/detail/%E8%BF%BD%E5%89%A7%E5%8A%A9%E6%89%8B/ilenakcpbigjcnneabfbjbbldjjbpcie |
Description | 拿来追剧岂不快哉(支持腾讯视频、爱奇艺、bilibili) |
File Size | 357 KB |
Installation Count | 217 |
Current Version | 1.0.3 |
Last Updated | 2021-05-10 |
Publish Date | 2021-05-09 |
Rating | 4.50/5 Total 2 Ratings |
Developer | 1776243356a |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "johns shuxian ([email protected])", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "128": "ext_icons\/icon_128_1.png" }, "default_popup": "config.html", "default_title": "\u8ffd\u5267\u52a9\u624b" }, "content_scripts": [ { "js": [ "theme\/chrome\/js\/jquery.js", "theme\/chrome\/js\/content_script.js" ], "matches": [ "https:\/\/v.qq.com\/*", "https:\/\/www.bilibili.com\/*", "https:\/\/www.iqiyi.com\/*" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "\u62ff\u6765\u8ffd\u5267\u5c82\u4e0d\u5feb\u54c9(\u652f\u6301\u817e\u8baf\u89c6\u9891\u3001\u7231\u5947\u827a\u3001bilibili)", "icons": { "128": "ext_icons\/icon_128_1.png" }, "manifest_version": 2, "name": "\u8ffd\u5267\u52a9\u624b", "options_page": "config.html", "permissions": [ "contextMenus", "storage", "notifications", "alarms" ], "version": "1.0.3", "web_accessible_resources": [ "*" ] } |