DisneyNOW Autoplay

*Attempts* to autoplay videos on DisneyNOW

ما هو DisneyNOW Autoplay؟

DisneyNOW Autoplay هو إضافة Chrome تم تطويرها بواسطة https://pqtato.pw، والميزة الرئيسية لها هي "*Attempts* to autoplay videos on DisneyNOW".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DisneyNOW Autoplay

قم بتنزيل ملفات الامتداد DisneyNOW Autoplay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم DisneyNOW Autoplay DisneyNOW Autoplay
ID gccgbelpdjhaickplbabdjcggfijdhfm
عنوان URL الرسمي https://chromewebstore.google.com/detail/disneynow-autoplay/gccgbelpdjhaickplbabdjcggfijdhfm
الوصف *Attempts* to autoplay videos on DisneyNOW
حجم الملف 10.77 KB
عدد التثبيتات 78
النسخة الحالية 1.0.0
آخر تحديث 2020-09-07
تاريخ النشر 2020-06-16
تقييم 1.00/5 مجموع تقييمات 1
المطور https://pqtato.pw
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.pqtato.pw
عنوان صفحة المساعدة https://www.pqtato.pw/contactme
اللغات المدعومة 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"
            ]
        }
    ]
}