Remove Crunchyroll simulcast calendar dubs

Removes the dub titles from the Crunchyroll simulcast calendar.

Τι είναι το Remove Crunchyroll simulcast calendar dubs;

Το Remove Crunchyroll simulcast calendar dubs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Malpp, και η κύρια λειτουργία του είναι "Removes the dub titles from the Crunchyroll simulcast calendar.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Remove Crunchyroll simulcast calendar dubs

Λήψη αρχείων επέκτασης 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 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
Ηλεκτρονικό ταχυδρομείο [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"
            ]
        }
    ]
}