DisneyNOW Autoplay
*Attempts* to autoplay videos on DisneyNOW
Cos'è DisneyNOW Autoplay?
DisneyNOW Autoplay è un'estensione di Chrome sviluppata da https://pqtato.pw, e la sua funzione principale è "*Attempts* to autoplay videos on DisneyNOW".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DisneyNOW Autoplay
Scarica i file di estensione DisneyNOW Autoplay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gccgbelpdjhaickplbabdjcggfijdhfm |
URL Ufficiale | https://chromewebstore.google.com/detail/disneynow-autoplay/gccgbelpdjhaickplbabdjcggfijdhfm |
Descrizione | *Attempts* to autoplay videos on DisneyNOW |
Dimensione del File | 10.77 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-09-07 |
Data di Pubblicazione | 2020-06-16 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://pqtato.pw |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.pqtato.pw |
URL della Pagina di Aiuto | https://www.pqtato.pw/contactme |
Lingue Supportate | 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" ] } ] } |