Viaplay Keyboard Shortcuts

Adds keyboard shortcuts to the Viaplay streaming site. Natively the streaming website only supports space to pause/unpause. This…

Viaplay Keyboard Shortcuts là gì?

Viaplay Keyboard Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi mouiylus, và tính năng chính của nó là "Adds keyboard shortcuts to the Viaplay streaming site. Natively the streaming website only supports space to pause/unpause. This…".

Ả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 Viaplay Keyboard Shortcuts

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

                        Adds keyboard shortcuts to the Viaplay streaming site. Natively the streaming website only supports space to pause/unpause. This extension adds multiple features including:
- M to mute/unmute.
- F to toggle fullscreen.
- S to skip intro/recap (where applicable).
- N to quickstart next episode (available when the "Next episode" button appears.
- UP/DOWN arrow-keys to increase/decrease volume.
- T press to cycle through subtitles, hold to toggle ON/OFF

Please contact support if you run into any issues.

Changes from v1.5.5
- Fixed a bug where the search function would not work

Changes from v1.5.4
- Working again since Viaplay update

Changes from v1.5.3
- Size reduced from ~69kb to ~17kb

Changes from v1.5.2
- Update manifest

Changes from v1.5.1
- Add support for Netherlands
- Fix audio keys                    

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

Tên Viaplay Keyboard Shortcuts Viaplay Keyboard Shortcuts
ID dgnkgalpolbfilhhdejcbbapehkbjdkl
URL Chính Thức https://chromewebstore.google.com/detail/viaplay-keyboard-shortcut/dgnkgalpolbfilhhdejcbbapehkbjdkl
Mô tả Adds keyboard shortcuts to the Viaplay streaming site. Natively the streaming website only supports space to pause/unpause. This…
Kích Thước Tệp 19.86 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.5.6
Cập Nhật Lần Cuối 2023-03-20
Ngày Phát Hành 2021-12-03
Nhà Phát Triển mouiylus
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AminoffZ/viaplay-keyboard-shortcuts
URL Trang Trợ Giúp https://github.com/AminoffZ/viaplay-keyboard-shortcuts
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Viaplay Keyboard Shortcuts",
    "version": "1.5.6",
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.viaplay.fi\/*",
                "https:\/\/*.viaplay.se\/*",
                "https:\/\/*.viaplay.no\/*",
                "https:\/\/*.viaplay.dk\/*",
                "https:\/\/*.viaplay.is\/*",
                "https:\/\/*.viaplay.ee\/*",
                "https:\/\/*.viaplay.lv\/*",
                "https:\/\/*.viaplay.lt\/*",
                "https:\/\/*.viaplay.pl\/*",
                "https:\/\/*.viaplay.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.viaplay.fi\/*",
                "https:\/\/*.viaplay.se\/*",
                "https:\/\/*.viaplay.no\/*",
                "https:\/\/*.viaplay.dk\/*",
                "https:\/\/*.viaplay.is\/*",
                "https:\/\/*.viaplay.ee\/*",
                "https:\/\/*.viaplay.lv\/*",
                "https:\/\/*.viaplay.lt\/*",
                "https:\/\/*.viaplay.pl\/*",
                "https:\/\/*.viaplay.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": ".\/images\/icon.png"
    }
}