Disney Plus Helper

Add spacebar pause and play to Disney Plus

Co to jest Disney Plus Helper?

Disney Plus Helper to rozszerzenie Chrome opracowane przez disneyhelper, a jego główną funkcją jest „Add spacebar pause and play to Disney Plus”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Disney Plus Helper

Pobierz pliki rozszerzeń Disney Plus Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Add spacebar pause and play to Disney Plus.

Disney is a small company with limited resources to do complex procedures such as a spacebar listener, so thought I'd help them out.

Literally all it does is detects a spacebar event on your browser when you're on disneyplus,com and plays / pauses. No tracking, no other listening or cookies or whatever.                    

Podstawowe informacje o rozszerzeniu

Nazwa Disney Plus Helper Disney Plus Helper
ID kajgdbpkkikejkaefnmnihalgngmlpkk
Oficjalny URL https://chromewebstore.google.com/detail/disney-plus-helper/kajgdbpkkikejkaefnmnihalgngmlpkk
Opis Add spacebar pause and play to Disney Plus
Rozmiar pliku 19.13 KB
Liczba instalacji 661
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-09-22
Data Publikacji 2020-09-01
Ocena 3.89/5 Łącznie 9 Oceny
Deweloper disneyhelper
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney Plus Helper",
    "version": "1.2",
    "description": "Add spacebar pause and play to Disney Plus",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*"
            ],
            "css": [
                "myStyles.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/disney-helper-16.png",
        "32": "images\/disney-helper-32.png",
        "48": "images\/disney-helper-48.png",
        "128": "images\/disney-helper-128.png"
    },
    "manifest_version": 2
}