DisneyNOW Autoplay

*Attempts* to autoplay videos on DisneyNOW

Wat is DisneyNOW Autoplay?

DisneyNOW Autoplay is een Chrome-extensie ontwikkeld door https://pqtato.pw, en de belangrijkste functie is "*Attempts* to autoplay videos on DisneyNOW".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DisneyNOW Autoplay

Download DisneyNOW Autoplay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DisneyNOW Autoplay DisneyNOW Autoplay
ID gccgbelpdjhaickplbabdjcggfijdhfm
Officiële URL https://chromewebstore.google.com/detail/disneynow-autoplay/gccgbelpdjhaickplbabdjcggfijdhfm
Beschrijving *Attempts* to autoplay videos on DisneyNOW
Bestandsgrootte 10.77 KB
Aantal Installaties 78
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-09-07
Publicatiedatum 2020-06-16
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://pqtato.pw
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.pqtato.pw
Help Pagina-URL https://www.pqtato.pw/contactme
Ondersteunde Talen 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"
            ]
        }
    ]
}