Noplay

Video autoplay blocked for good

ما هو Noplay؟

Noplay هو إضافة Chrome تم تطويرها بواسطة dcamilleri، والميزة الرئيسية لها هي "Video autoplay blocked for good".

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

screenshot

تحميل ملف CRX للإضافة Noplay

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

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

                        Tired of videos playing automatically on your favorite websites ? 
Noplay is made for you. Just install this extension and say goodbye to auto playing HTML5 videos! 

NB about Facebook & Twitter:
As of today, this extension won't work for these particular websites. The reason is simple: it is already possible to disable video autoload in the settings.

Found a bug, want to ask a question ? Open an issue on the Github page
https://github.com/dcamilleri/noplay                    

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

الاسم Noplay Noplay
ID pcopajakflaeckhkfhalneeeicbgnmcp
عنوان URL الرسمي https://chromewebstore.google.com/detail/noplay/pcopajakflaeckhkfhalneeeicbgnmcp
الوصف Video autoplay blocked for good
حجم الملف 345 KB
عدد التثبيتات 295
النسخة الحالية 0.0.3
آخر تحديث 2017-04-16
تاريخ النشر 2017-04-16
تقييم 3.00/5 مجموع تقييمات 6
المطور dcamilleri
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/dcamilleri/noplay
عنوان صفحة المساعدة https://github.com/dcamilleri/noplay
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.3",
    "minimum_chrome_version": "22.0",
    "name": "Noplay",
    "short_name": "Noplay",
    "description": "Video autoplay blocked for good",
    "author": "Dorian Camilleri",
    "homepage_url": "https:\/\/github.com\/dcamilleri\/noplay",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "noplay.js"
            ]
        }
    ]
}