DisneyNOW Autoplay
*Attempts* to autoplay videos on DisneyNOW
What is DisneyNOW Autoplay?
DisneyNOW Autoplay is a Chrome extension developed by https://pqtato.pw, and its main feature is "*Attempts* to autoplay videos on DisneyNOW".
Extension Screenshots
Download DisneyNOW Autoplay Extension CRX File
Download DisneyNOW Autoplay 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
This extension attempts to autoplay videos on DisneyNOW. For example, if I choose an episode of The Owl House it does not play automatically. That's when I decided to make this extension and I got it to work. If you have any issues feel free to contact me.
Extension Basic Information
Name | |
ID | gccgbelpdjhaickplbabdjcggfijdhfm |
Official URL | https://chromewebstore.google.com/detail/disneynow-autoplay/gccgbelpdjhaickplbabdjcggfijdhfm |
Description | *Attempts* to autoplay videos on DisneyNOW |
File Size | 10.77 KB |
Installation Count | 78 |
Current Version | 1.0.0 |
Last Updated | 2020-09-07 |
Publish Date | 2020-06-16 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://pqtato.pw |
[email protected] | |
Payment Type | free |
Extension Website | https://www.pqtato.pw |
Help Page URL | https://www.pqtato.pw/contactme |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DisneyNOW Autoplay", "version": "1.0.0", "manifest_version": 2, "description": "*Attempts* to autoplay videos on DisneyNOW", "homepage_url": "https:\/\/www.pqtato.pw", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/disneynow.com\/*", "https:\/\/*.disneynow.com\/*", "http:\/\/disneynow.com\/*", "http:\/\/*.disneynow.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/disneynow.com\/*", "https:\/\/*.disneynow.com\/*", "http:\/\/disneynow.com\/*", "http:\/\/*.disneynow.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |