Crunchyroll Speeder: adjust playback speed

Extension allows to adjust the playback speed on Crunchyroll according to preference

Crunchyroll Speeder: adjust playback speed là gì?

Crunchyroll Speeder: adjust playback speed là một tiện ích mở rộng Chrome được phát triển bởi Awesome Extensions, và tính năng chính của nó là "Extension allows to adjust the playback speed on Crunchyroll according to preference".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crunchyroll Speeder: adjust playback speed

Tải xuống các tệp mở rộng Crunchyroll Speeder: adjust playback speed 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

                        Enhance your viewing experience with custom playback speeds on Crunchyroll. This extension enables you to speed up or slow down shows, allowing you to watch your favorite content at a pace that suits you best. 🎬

Struggling to follow rapid-fire dialogue? Want to savor your favorite scenes in slow motion? Or perhaps you'd prefer to skip past the less captivating parts to get to the climactic finale? Look no further! Here's your solution for adjusting video playback speeds. 😁

You can also use it to speed up ads! ⏭️

Simply add the extension to your browser and access the control panel, which lets you select from a range of speed options, from 0.25x to 16x. Additionally, you can use keyboard hotkeys for even greater control. It's that easy!

How to find Speeder's control panel: 🤔
1. After installation, click the small puzzle piece icon next to your Chrome profile avatar (top right corner of the browser window)
2. You'll see all your installed and enabled extensions.
3. You can pin Speeder to have it always on top in your browser.
4. Click the Speeder icon and try different speed settings.

❗**Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This extension holds no association or affiliation with them or any third-party companies.**❗                    

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

Tên Crunchyroll Speeder: adjust playback speed Crunchyroll Speeder: adjust playback speed
ID gdakpfnjkpiakgcicmbbnfpjkdlhamok
URL Chính Thức https://chromewebstore.google.com/detail/crunchyroll-speeder-adjus/gdakpfnjkpiakgcicmbbnfpjkdlhamok
Mô tả Extension allows to adjust the playback speed on Crunchyroll according to preference
Kích Thước Tệp 42.75 KB
Số Lần Cài Đặt 1,398
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2024-01-26
Ngày Phát Hành 2023-09-19
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Awesome Extensions
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.vodextended.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,pl,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.crunchyroll.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/48CrSpeeder.png"
    },
    "content_scripts": [
        {
            "js": [
                "value.js",
                "content.js"
            ],
            "css": [
                "modalFrame.css"
            ],
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ],
            "match_origin_as_fallback": true,
            "all_frames": true
        }
    ],
    "icons": {
        "48": "assets\/48CrSpeeder.png",
        "128": "assets\/128CrSpeeder.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/48CrSpeeder.png",
                "assets\/times-solid.svg"
            ],
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}