Remove Crunchyroll simulcast calendar dubs

Removes the dub titles from the Crunchyroll simulcast calendar.

Was ist Remove Crunchyroll simulcast calendar dubs?

Remove Crunchyroll simulcast calendar dubs ist eine Chrome-Erweiterung, die von Malpp entwickelt wurde, und ihr Hauptmerkmal ist "Removes the dub titles from the Crunchyroll simulcast calendar.".

Erweiterungsscreenshots

screenshot
screenshot

Remove Crunchyroll simulcast calendar dubs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remove Crunchyroll simulcast calendar dubs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Remove Crunchyroll simulcast calendar dubs Remove Crunchyroll simulcast calendar dubs
ID fdoeakklinhnpnjhibnnlnegncopmdnc
Offizielle URL https://chromewebstore.google.com/detail/remove-crunchyroll-simulc/fdoeakklinhnpnjhibnnlnegncopmdnc
Beschreibung Removes the dub titles from the Crunchyroll simulcast calendar.
Dateigröße 121 KB
Installationsanzahl 156
Aktuelle Version 1.0
Letztes Update 2021-03-01
Veröffentlichungsdatum 2021-03-01
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Malpp
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Malpp/remove_dubs
Hilfeseite URL https://github.com/Malpp/remove_dubs/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}