Remove Crunchyroll simulcast calendar dubs

Removes the dub titles from the Crunchyroll simulcast calendar.

Remove Crunchyroll simulcast calendar dubs là gì?

Remove Crunchyroll simulcast calendar dubs là một tiện ích mở rộng Chrome được phát triển bởi Malpp, và tính năng chính của nó là "Removes the dub titles from the Crunchyroll simulcast calendar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove Crunchyroll simulcast calendar dubs

Tải xuống các tệp mở rộng Remove Crunchyroll simulcast calendar dubs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove Crunchyroll simulcast calendar dubs Remove Crunchyroll simulcast calendar dubs
ID fdoeakklinhnpnjhibnnlnegncopmdnc
URL Chính Thức https://chromewebstore.google.com/detail/remove-crunchyroll-simulc/fdoeakklinhnpnjhibnnlnegncopmdnc
Mô tả Removes the dub titles from the Crunchyroll simulcast calendar.
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-03-01
Ngày Phát Hành 2021-03-01
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Malpp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Malpp/remove_dubs
URL Trang Trợ Giúp https://github.com/Malpp/remove_dubs/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}