Remove Crunchyroll simulcast calendar dubs
Removes the dub titles from the Crunchyroll simulcast calendar.
Remove Crunchyroll simulcast calendar dubsとは何ですか?
Remove Crunchyroll simulcast calendar dubsはMalppによって開発されたChromeの拡張機能で、その主な機能は「Removes the dub titles from the Crunchyroll simulcast calendar.」です。
拡張機能のスクリーンショット
Remove Crunchyroll simulcast calendar dubs拡張機能のCRXファイルをダウンロード
Remove Crunchyroll simulcast calendar dubs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Somewhat recently, Crunchyroll expanded the amount of dubs they produce, adding multiple languages along with multiple animes every season. While this is great, the amount of dubs they produce is insane and takes up a lot of space in the simulcast calendar. This extension removes all the dubs from the calendar to have a pure subs only experience of it.
拡張機能の基本情報
名前 | Remove Crunchyroll simulcast calendar dubs |
ID | fdoeakklinhnpnjhibnnlnegncopmdnc |
公式URL | https://chromewebstore.google.com/detail/remove-crunchyroll-simulc/fdoeakklinhnpnjhibnnlnegncopmdnc |
説明 | Removes the dub titles from the Crunchyroll simulcast calendar. |
ファイルサイズ | 121 KB |
インストール数 | 156 |
現在のバージョン | 1.0 |
最終更新日 | 2021-03-01 |
公開日 | 2021-03-01 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Malpp |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Malpp/remove_dubs |
ヘルプページのURL | https://github.com/Malpp/remove_dubs/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Crunchyroll simulcast calendar dubs", "version": "1.0", "manifest_version": 2, "description": "Removes the dub titles from the Crunchyroll simulcast calendar.", "homepage_url": "https:\/\/github.com\/Malpp\/remove_dubs", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "https:\/\/www.crunchyroll.com\/simulcastcalendar*" ], "content_scripts": [ { "matches": [ "https:\/\/www.crunchyroll.com\/simulcastcalendar*" ], "js": [ "src\/remove_dubs.js", "js\/jquery\/jquery.min.js" ] } ] } |