Crunchyroll Spoiler Patrol
Hides episode titles, descriptions, and thumbnails on Crunchyroll.com
Crunchyroll Spoiler Patrolとは何ですか?
Crunchyroll Spoiler Patrolはhttps://jihae.moeによって開発されたChromeの拡張機能で、その主な機能は「Hides episode titles, descriptions, and thumbnails on Crunchyroll.com」です。
拡張機能のスクリーンショット
Crunchyroll Spoiler Patrol拡張機能のCRXファイルをダウンロード
Crunchyroll Spoiler Patrol拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hides episode titles and preview images on Crunchyroll's desktop site
拡張機能の基本情報
名前 | |
ID | knjolfkaakakjkidapblabdknegcikjo |
公式URL | https://chromewebstore.google.com/detail/crunchyroll-spoiler-patro/knjolfkaakakjkidapblabdknegcikjo |
説明 | Hides episode titles, descriptions, and thumbnails on Crunchyroll.com |
ファイルサイズ | 115 KB |
インストール数 | 40 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2020-04-27 |
公開日 | 2020-04-26 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | https://jihae.moe |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crunchyroll Spoiler Patrol", "description": "Hides episode titles, descriptions, and thumbnails on Crunchyroll.com", "version": "0.0.0.1", "browser_action": { "default_icon": "images\/icon48.png", "default_title": "Crunchyroll Spoiler Patrol", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "tabs", "https:\/\/www.crunchyroll.com\/*" ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } } |