Disney Plus Helper
Add spacebar pause and play to Disney Plus
What is Disney Plus Helper?
Disney Plus Helper is a Chrome extension developed by disneyhelper, and its main feature is "Add spacebar pause and play to Disney Plus".
Extension Screenshots
Download Disney Plus Helper Extension CRX File
Download Disney Plus Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Disney Plus Helper |
ID | kajgdbpkkikejkaefnmnihalgngmlpkk |
Official URL | https://chromewebstore.google.com/detail/disney-plus-helper/kajgdbpkkikejkaefnmnihalgngmlpkk |
Description | Add spacebar pause and play to Disney Plus |
File Size | 19.13 KB |
Installation Count | 661 |
Current Version | 1.2 |
Last Updated | 2020-09-22 |
Publish Date | 2020-09-01 |
Rating | 3.89/5 Total 9 Ratings |
Developer | disneyhelper |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |