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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}