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とは何ですか?

Viaplay Keyboard Shortcutsはmouiylusによって開発されたChromeの拡張機能で、その主な機能は「Adds keyboard shortcuts to the Viaplay streaming site. Natively the streaming website only supports space to pause/unpause. This…」です。

拡張機能のスクリーンショット

screenshot

Viaplay Keyboard Shortcuts拡張機能のCRXファイルをダウンロード

Viaplay Keyboard Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Viaplay Keyboard Shortcuts Viaplay Keyboard Shortcuts
ID dgnkgalpolbfilhhdejcbbapehkbjdkl
公式URL https://chromewebstore.google.com/detail/viaplay-keyboard-shortcut/dgnkgalpolbfilhhdejcbbapehkbjdkl
説明 Adds keyboard shortcuts to the Viaplay streaming site. Natively the streaming website only supports space to pause/unpause. This…
ファイルサイズ 19.86 KB
インストール数 58
現在のバージョン 1.5.6
最終更新日 2023-03-20
公開日 2021-12-03
開発者 mouiylus
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/AminoffZ/viaplay-keyboard-shortcuts
ヘルプページのURL https://github.com/AminoffZ/viaplay-keyboard-shortcuts
対応言語 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"
    }
}