Yet another autoplay blocker

Pause videos until you click on them.

ما هو Yet another autoplay blocker؟

Yet another autoplay blocker هو إضافة Chrome تم تطويرها بواسطة omegacentaurisoftware، والميزة الرئيسية لها هي "Pause videos until you click on them.".

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

screenshot

تحميل ملف CRX للإضافة Yet another autoplay blocker

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

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

                        Block autoplay in videos. No options.                    

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

الاسم Yet another autoplay blocker Yet another autoplay blocker
ID fjekfkbibnnjlkfjaeifgecjfmpmdaad
عنوان URL الرسمي https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad
الوصف Pause videos until you click on them.
حجم الملف 6.79 KB
عدد التثبيتات 1,053
النسخة الحالية 0.0.3
آخر تحديث 2018-10-01
تاريخ النشر 2018-09-30
تقييم 3.84/5 مجموع تقييمات 25
المطور omegacentaurisoftware
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/arpruss/blockautoplay
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet another autoplay blocker",
    "version": "0.0.3",
    "description": "Pause videos until you click on them.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}