Disney Plus Helper

Add spacebar pause and play to Disney Plus

Wat is Disney Plus Helper?

Disney Plus Helper is een Chrome-extensie ontwikkeld door disneyhelper, en de belangrijkste functie is "Add spacebar pause and play to Disney Plus".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disney Plus Helper

Download Disney Plus Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Disney Plus Helper Disney Plus Helper
ID kajgdbpkkikejkaefnmnihalgngmlpkk
Officiële URL https://chromewebstore.google.com/detail/disney-plus-helper/kajgdbpkkikejkaefnmnihalgngmlpkk
Beschrijving Add spacebar pause and play to Disney Plus
Bestandsgrootte 19.13 KB
Aantal Installaties 661
Huidige Versie 1.2
Laatst Bijgewerkt 2020-09-22
Publicatiedatum 2020-09-01
Beoordeling 3.89/5 Totaal 9 Beoordelingen
Ontwikkelaar disneyhelper
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}