DisneyNOW Autoplay

*Attempts* to autoplay videos on DisneyNOW

Hvad er DisneyNOW Autoplay?

DisneyNOW Autoplay er en Chrome-udvidelse udviklet af https://pqtato.pw, og dens hovedfunktion er "*Attempts* to autoplay videos on DisneyNOW".

Udvidelsesskærmbilleder

screenshot

Download DisneyNOW Autoplay-udvidelses-CRX-fil

Download DisneyNOW Autoplay-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn DisneyNOW Autoplay DisneyNOW Autoplay
ID gccgbelpdjhaickplbabdjcggfijdhfm
Officiel URL https://chromewebstore.google.com/detail/disneynow-autoplay/gccgbelpdjhaickplbabdjcggfijdhfm
Beskrivelse *Attempts* to autoplay videos on DisneyNOW
Filstørrelse 10.77 KB
Antal Installationer 78
Nuværende Version 1.0.0
Senest Opdateret 2020-09-07
Udgivelsesdato 2020-06-16
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://pqtato.pw
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.pqtato.pw
Hjælpeside-URL https://www.pqtato.pw/contactme
Understøttede Sprog 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"
            ]
        }
    ]
}