DisneyNOW Autoplay
*Attempts* to autoplay videos on DisneyNOW
Was ist DisneyNOW Autoplay?
DisneyNOW Autoplay ist eine Chrome-Erweiterung, die von https://pqtato.pw entwickelt wurde, und ihr Hauptmerkmal ist "*Attempts* to autoplay videos on DisneyNOW".
Erweiterungsscreenshots
DisneyNOW Autoplay-Erweiterungs-CRX-Datei herunterladen
Laden Sie DisneyNOW Autoplay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gccgbelpdjhaickplbabdjcggfijdhfm |
Offizielle URL | https://chromewebstore.google.com/detail/disneynow-autoplay/gccgbelpdjhaickplbabdjcggfijdhfm |
Beschreibung | *Attempts* to autoplay videos on DisneyNOW |
Dateigröße | 10.77 KB |
Installationsanzahl | 78 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-09-07 |
Veröffentlichungsdatum | 2020-06-16 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://pqtato.pw |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.pqtato.pw |
Hilfeseite URL | https://www.pqtato.pw/contactme |
Unterstützte Sprachen | 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" ] } ] } |