Remove Crunchyroll simulcast calendar dubs

Removes the dub titles from the Crunchyroll simulcast calendar.

什麼是Remove Crunchyroll simulcast calendar dubs?

Remove Crunchyroll simulcast calendar dubs是由Malpp開發的Chrome擴展程式,該擴展的主要功能是“Removes the dub titles from the Crunchyroll simulcast calendar.”。

擴展截圖

screenshot
screenshot

下載Remove Crunchyroll simulcast calendar dubs擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}