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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |