Remove Crunchyroll simulcast calendar dubs

Removes the dub titles from the Crunchyroll simulcast calendar.

Co to jest Remove Crunchyroll simulcast calendar dubs?

Remove Crunchyroll simulcast calendar dubs to rozszerzenie Chrome opracowane przez Malpp, a jego główną funkcją jest „Removes the dub titles from the Crunchyroll simulcast calendar.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Remove Crunchyroll simulcast calendar dubs

Pobierz pliki rozszerzeń Remove Crunchyroll simulcast calendar dubs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove Crunchyroll simulcast calendar dubs Remove Crunchyroll simulcast calendar dubs
ID fdoeakklinhnpnjhibnnlnegncopmdnc
Oficjalny URL https://chromewebstore.google.com/detail/remove-crunchyroll-simulc/fdoeakklinhnpnjhibnnlnegncopmdnc
Opis Removes the dub titles from the Crunchyroll simulcast calendar.
Rozmiar pliku 121 KB
Liczba instalacji 156
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-03-01
Data Publikacji 2021-03-01
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Malpp
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Malpp/remove_dubs
Adres URL Strony Pomocy https://github.com/Malpp/remove_dubs/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}