DisneyNOW Autoplay
*Attempts* to autoplay videos on DisneyNOW
Vad är DisneyNOW Autoplay?
DisneyNOW Autoplay är en Chrome-tillägg utvecklad av https://pqtato.pw, och dess huvudfunktion är "*Attempts* to autoplay videos on DisneyNOW".
Tilläggsskärmbilder
Ladda ner DisneyNOW Autoplay-förlängningens CRX-fil
Ladda ner DisneyNOW Autoplay-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | gccgbelpdjhaickplbabdjcggfijdhfm |
Officiell webbadress | https://chromewebstore.google.com/detail/disneynow-autoplay/gccgbelpdjhaickplbabdjcggfijdhfm |
Beskrivning | *Attempts* to autoplay videos on DisneyNOW |
Filstorlek | 10.77 KB |
Antal Installationer | 78 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-09-07 |
Publiceringsdatum | 2020-06-16 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | https://pqtato.pw |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.pqtato.pw |
Hjälpsida URL | https://www.pqtato.pw/contactme |
Stödda Språk | 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" ] } ] } |