DisneyNOW Autoplay

*Attempts* to autoplay videos on DisneyNOW

Qu'est-ce que DisneyNOW Autoplay ?

DisneyNOW Autoplay est une extension Chrome développée par https://pqtato.pw, et sa fonction principale est "*Attempts* to autoplay videos on DisneyNOW".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DisneyNOW Autoplay

Téléchargez les fichiers d'extension DisneyNOW Autoplay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DisneyNOW Autoplay DisneyNOW Autoplay
ID gccgbelpdjhaickplbabdjcggfijdhfm
URL Officiel https://chromewebstore.google.com/detail/disneynow-autoplay/gccgbelpdjhaickplbabdjcggfijdhfm
Description *Attempts* to autoplay videos on DisneyNOW
Taille du Fichier 10.77 KB
Nombre d'Installations 78
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-09-07
Date de Publication 2020-06-16
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://pqtato.pw
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.pqtato.pw
URL de la Page d'Aide https://www.pqtato.pw/contactme
Langues Prises en Charge 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"
            ]
        }
    ]
}