Remove Crunchyroll simulcast calendar dubs
Removes the dub titles from the Crunchyroll simulcast calendar.
Cos'è Remove Crunchyroll simulcast calendar dubs?
Remove Crunchyroll simulcast calendar dubs è un'estensione di Chrome sviluppata da Malpp, e la sua funzione principale è "Removes the dub titles from the Crunchyroll simulcast calendar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove Crunchyroll simulcast calendar dubs
Scarica i file di estensione Remove Crunchyroll simulcast calendar dubs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Remove Crunchyroll simulcast calendar dubs |
ID | fdoeakklinhnpnjhibnnlnegncopmdnc |
URL Ufficiale | https://chromewebstore.google.com/detail/remove-crunchyroll-simulc/fdoeakklinhnpnjhibnnlnegncopmdnc |
Descrizione | Removes the dub titles from the Crunchyroll simulcast calendar. |
Dimensione del File | 121 KB |
Conteggio Installazioni | 156 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-03-01 |
Data di Pubblicazione | 2021-03-01 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Malpp |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Malpp/remove_dubs |
URL della Pagina di Aiuto | https://github.com/Malpp/remove_dubs/issues |
Lingue Supportate | 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" ] } ] } |