Viaplay Keyboard Shortcuts

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

O que é Viaplay Keyboard Shortcuts?

Viaplay Keyboard Shortcuts é uma extensão do Chrome desenvolvida por mouiylus, e sua principal característica é "Adds keyboard shortcuts to the Viaplay streaming site. Natively the streaming website only supports space to pause/unpause. This…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Viaplay Keyboard Shortcuts

Baixe arquivos de extensão Viaplay Keyboard Shortcuts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Viaplay Keyboard Shortcuts Viaplay Keyboard Shortcuts
ID dgnkgalpolbfilhhdejcbbapehkbjdkl
URL Oficial https://chromewebstore.google.com/detail/viaplay-keyboard-shortcut/dgnkgalpolbfilhhdejcbbapehkbjdkl
Descrição Adds keyboard shortcuts to the Viaplay streaming site. Natively the streaming website only supports space to pause/unpause. This…
Tamanho do Arquivo 19.86 KB
Contagem de Instalações 58
Versão Atual 1.5.6
Última Atualização 2023-03-20
Data de Publicação 2021-12-03
Desenvolvedor mouiylus
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/AminoffZ/viaplay-keyboard-shortcuts
URL da Página de Ajuda https://github.com/AminoffZ/viaplay-keyboard-shortcuts
Idiomas Suportados 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"
    }
}