DisneyNOW Autoplay

*Attempts* to autoplay videos on DisneyNOW

Apa itu DisneyNOW Autoplay?

DisneyNOW Autoplay adalah ekstensi Chrome yang dikembangkan oleh https://pqtato.pw, dan fitur utamanya adalah "*Attempts* to autoplay videos on DisneyNOW".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DisneyNOW Autoplay

Unduh file ekstensi DisneyNOW Autoplay dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DisneyNOW Autoplay DisneyNOW Autoplay
ID gccgbelpdjhaickplbabdjcggfijdhfm
URL Resmi https://chromewebstore.google.com/detail/disneynow-autoplay/gccgbelpdjhaickplbabdjcggfijdhfm
Deskripsi *Attempts* to autoplay videos on DisneyNOW
Ukuran File 10.77 KB
Jumlah Instalasi 78
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-09-07
Tanggal Publikasi 2020-06-16
Penilaian 1.00/5 Total 1 Penilaian
Pengembang https://pqtato.pw
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.pqtato.pw
URL Halaman Bantuan https://www.pqtato.pw/contactme
Bahasa yang Didukung 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"
            ]
        }
    ]
}