BetterCrunchyroll

Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button

BetterCrunchyroll là gì?

BetterCrunchyroll là một tiện ích mở rộng Chrome được phát triển bởi Tmarkn, và tính năng chính của nó là "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BetterCrunchyroll

Tải xuống các tệp mở rộng BetterCrunchyroll 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

                        Makes Crunchyroll better.
• larger video player
• automatic scrolling to video
• scroll to video button

Does not access any of your data.                    

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

Tên BetterCrunchyroll BetterCrunchyroll
ID cldnbplkggalmoinfcocckdahbnhjded
URL Chính Thức https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded
Mô tả Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
Kích Thước Tệp 23.2 KB
Số Lần Cài Đặt 287
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-09-23
Ngày Phát Hành 2020-09-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tmarkn
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BetterCrunchyroll",
    "version": "1.1.0",
    "description": "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button",
    "icons": {
        "16": "\/images\/bcr-logo16.png",
        "48": "\/images\/bcr-logo48.png",
        "128": "\/images\/bcr-logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/images\/upbutton.png",
        "styles.css"
    ]
}