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"
            ]
        }
    ]
}