Disney Plus Helper
Add spacebar pause and play to Disney Plus
Vad är Disney Plus Helper?
Disney Plus Helper är en Chrome-tillägg utvecklad av disneyhelper, och dess huvudfunktion är "Add spacebar pause and play to Disney Plus".
Tilläggsskärmbilder
Ladda ner Disney Plus Helper-förlängningens CRX-fil
Ladda ner Disney Plus Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Disney Plus Helper |
ID | kajgdbpkkikejkaefnmnihalgngmlpkk |
Officiell webbadress | https://chromewebstore.google.com/detail/disney-plus-helper/kajgdbpkkikejkaefnmnihalgngmlpkk |
Beskrivning | Add spacebar pause and play to Disney Plus |
Filstorlek | 19.13 KB |
Antal Installationer | 661 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2020-09-22 |
Publiceringsdatum | 2020-09-01 |
Betyg | 3.89/5 Totalt 9 Betyg |
Utvecklare | disneyhelper |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |