Remove Crunchyroll simulcast calendar dubs

Removes the dub titles from the Crunchyroll simulcast calendar.

Qu'est-ce que Remove Crunchyroll simulcast calendar dubs ?

Remove Crunchyroll simulcast calendar dubs est une extension Chrome développée par Malpp, et sa fonction principale est "Removes the dub titles from the Crunchyroll simulcast calendar.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Remove Crunchyroll simulcast calendar dubs

Téléchargez les fichiers d'extension Remove Crunchyroll simulcast calendar dubs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Remove Crunchyroll simulcast calendar dubs Remove Crunchyroll simulcast calendar dubs
ID fdoeakklinhnpnjhibnnlnegncopmdnc
URL Officiel https://chromewebstore.google.com/detail/remove-crunchyroll-simulc/fdoeakklinhnpnjhibnnlnegncopmdnc
Description Removes the dub titles from the Crunchyroll simulcast calendar.
Taille du Fichier 121 KB
Nombre d'Installations 156
Version Actuelle 1.0
Dernière Mise à Jour 2021-03-01
Date de Publication 2021-03-01
Évaluation 5.00/5 Total 4 Évaluations
Développeur Malpp
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Malpp/remove_dubs
URL de la Page d'Aide https://github.com/Malpp/remove_dubs/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}