追剧助手
拿来追剧岂不快哉(支持腾讯视频、爱奇艺、bilibili)
Wat is 追剧助手?
追剧助手 is een Chrome-extensie ontwikkeld door 1776243356a, en de belangrijkste functie is "拿来追剧岂不快哉(支持腾讯视频、爱奇艺、bilibili)".
Extensie Screenshots
Download het CRX-bestand van de extensie 追剧助手
Download 追剧助手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
更加方便快捷的管理自己喜爱的剧集,点击扩展图标即可查看所有剧集列表,一键跳转到播放页面播放,打开腾讯视频,爱奇艺视频,哔哩哔哩,在播放页面点击右上角的追剧按钮即可使用
Basisinformatie over de Extensie
Naam | 追剧助手 |
ID | ilenakcpbigjcnneabfbjbbldjjbpcie |
Officiële URL | https://chromewebstore.google.com/detail/%E8%BF%BD%E5%89%A7%E5%8A%A9%E6%89%8B/ilenakcpbigjcnneabfbjbbldjjbpcie |
Beschrijving | 拿来追剧岂不快哉(支持腾讯视频、爱奇艺、bilibili) |
Bestandsgrootte | 357 KB |
Aantal Installaties | 217 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2021-05-10 |
Publicatiedatum | 2021-05-09 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | 1776243356a |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ "*" ] } |