Disney Plus Helper
Add spacebar pause and play to Disney Plus
Cos'è Disney Plus Helper?
Disney Plus Helper è un'estensione di Chrome sviluppata da disneyhelper, e la sua funzione principale è "Add spacebar pause and play to Disney Plus".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disney Plus Helper
Scarica i file di estensione Disney Plus Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Disney Plus Helper |
ID | kajgdbpkkikejkaefnmnihalgngmlpkk |
URL Ufficiale | https://chromewebstore.google.com/detail/disney-plus-helper/kajgdbpkkikejkaefnmnihalgngmlpkk |
Descrizione | Add spacebar pause and play to Disney Plus |
Dimensione del File | 19.13 KB |
Conteggio Installazioni | 661 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-09-22 |
Data di Pubblicazione | 2020-09-01 |
Valutazione | 3.89/5 Totale 9 Valutazioni |
Sviluppatore | disneyhelper |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |