Crunchyroll: continue watching bar
Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…
什么是Crunchyroll: continue watching bar?
Crunchyroll: continue watching bar是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…”。
扩展截图
下载Crunchyroll: continue watching bar扩展crx文件
下载Crunchyroll: continue watching bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new un-watched items from your queue.
扩展基本信息
名称 | Crunchyroll: continue watching bar |
ID | igdnfbkbeonbbolijhhgaipgaeankjka |
官方URL | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka |
简介 | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… |
文件大小 | 36.71 KB |
安装次数 | 229 |
当前版本 | 1.0 |
更新时间 | 2019-07-02 |
上架时间 | 2019-07-02 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crunchyroll: continue watching bar", "version": "1.0", "browser_action": { "default_icon": { "16": "ico\/16.png", "32": "ico\/32.png" } }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.crunchyroll.com\/*" ], "js": [ "jquery.js", "content.js" ], "css": [ "style.css" ] } ] } |