Crunchyroll Synopsis Hider
An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.
Crunchyroll Synopsis Hiderとは何ですか?
Crunchyroll Synopsis HiderはZak Farmerによって開発されたChromeの拡張機能で、その主な機能は「An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.」です。
拡張機能のスクリーンショット
Crunchyroll Synopsis Hider拡張機能のCRXファイルをダウンロード
Crunchyroll Synopsis Hider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that hides the synopsis of anime episodes on Crunchyroll for the purpose of avoiding spoilers.
拡張機能の基本情報
名前 | Crunchyroll Synopsis Hider |
ID | knifeefpnmekmdbhcijgobndaklhclea |
公式URL | https://chromewebstore.google.com/detail/crunchyroll-synopsis-hide/knifeefpnmekmdbhcijgobndaklhclea |
説明 | An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers. |
ファイルサイズ | 216 KB |
インストール数 | 39 |
現在のバージョン | 1.1.0 |
最終更新日 | 2016-09-24 |
公開日 | 2016-09-24 |
評価 | 3.60/5 合計 5 レビュー |
開発者 | Zak Farmer |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crunchyroll Synopsis Hider", "description": "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.", "version": "1.1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "crunchyroll.css" ], "matches": [ "http:\/\/www.crunchyroll.com\/*" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/www.crunchyroll.com\/*", "tabs" ], "web_accessible_resources": [ "crunchyroll.css" ] } |