Disable HTML5 Autoplay

Disables autoplay of all HTML5 audio and video

ما هو Disable HTML5 Autoplay؟

Disable HTML5 Autoplay هو إضافة Chrome تم تطويرها بواسطة Eloston، والميزة الرئيسية لها هي "Disables autoplay of all HTML5 audio and video".

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

screenshot

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

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

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

                        THIS EXTENSION IS CURRENTLY UNMAINTAINED; Please see GitHub for the latest news: https://github.com/Eloston/disable-html5-autoplay/blob/master/README.md

======================

Disable HTML5 Autoplay disables HTML5 audio and video autoplaying.

In addition to removing the HTML autoplay attribute from media elements, Disable HTML5 Autoplay also hooks into the media's JavaScript API. This allows for restrictions on media control and simulation of expected behavior to ensure that all pages behave normally.

Head over to the wiki for documentation, support info, and more: https://github.com/Eloston/disable-html5-autoplay/wiki

LINKS:
GitHub Page:  https://github.com/Eloston/disable-html5-autoplay
Changelog: https://github.com/Eloston/disable-html5-autoplay/releases
Issue Tracker: https://github.com/Eloston/disable-html5-autoplay/issues                    

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

الاسم Disable HTML5 Autoplay Disable HTML5 Autoplay
ID efdhoaajjjgckpbkoglidkeendpkolai
عنوان URL الرسمي https://chromewebstore.google.com/detail/disable-html5-autoplay/efdhoaajjjgckpbkoglidkeendpkolai
الوصف Disables autoplay of all HTML5 audio and video
حجم الملف 26.52 KB
عدد التثبيتات 206,216
النسخة الحالية 0.6.2
آخر تحديث 2017-09-26
تاريخ النشر 2017-09-26
تقييم 3.42/5 مجموع تقييمات 1037
المطور Eloston
نوع الدفع free
موقع الإضافة https://github.com/Eloston/disable-html5-autoplay/blob/master/NEWS.md
عنوان صفحة المساعدة https://github.com/Eloston/disable-html5-autoplay/blob/master/NEWS.md
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disable HTML5 Autoplay",
    "short_name": "DisableAutoplay",
    "description": "Disables autoplay of all HTML5 audio and video",
    "version": "0.6.2",
    "author": "Eloston",
    "homepage_url": "https:\/\/github.com\/Eloston\/disable-html5-autoplay\/",
    "minimum_chrome_version": "44.0",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/dormant_19.png",
            "38": "images\/dormant_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "webNavigation",
        "",
        "storage",
        "unlimitedStorage"
    ]
}