Always Show HTML5 Video Controls

This tiny extension makes all HTML5 video elements show controls by default.

ما هو Always Show HTML5 Video Controls؟

Always Show HTML5 Video Controls هو إضافة Chrome تم تطويرها بواسطة Sterling Phillips، والميزة الرئيسية لها هي "This tiny extension makes all HTML5 video elements show controls by default.".

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

screenshot

تحميل ملف CRX للإضافة Always Show HTML5 Video Controls

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

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

                        HTML5 video tags have their "Show Controls" attribute set to false by default. This extension looks for video tags on most webpages and sets the "Show Controls" attribute to true. Does not take action on the following sites to prevent conflicts with proprietary video controls:
youtube.com
netflix.com
vimeo.com
dailymotion.com
hulu.com
twitch.tv
liveleak.com
vine.co                    

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

الاسم Always Show HTML5 Video Controls Always Show HTML5 Video Controls
ID olapbecfjokjlmkkdldjfmdolkkadebm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/always-show-html5-video-c/olapbecfjokjlmkkdldjfmdolkkadebm
الوصف This tiny extension makes all HTML5 video elements show controls by default.
حجم الملف 6.79 KB
عدد التثبيتات 3,000
النسخة الحالية 1.14
آخر تحديث 2017-04-18
تاريخ النشر 2017-04-18
تقييم 4.00/5 مجموع تقييمات 32
المطور Sterling Phillips
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Show HTML5 Video Controls",
    "description": "This tiny extension makes all HTML5 video elements show controls by default.",
    "version": "1.14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.hulu.com\/*",
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.liveleak.com\/*",
                "*:\/\/*.vine.co\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/youtu.be\/*",
                "*:\/\/netflix.com\/*",
                "*:\/\/vimeo.com\/*",
                "*:\/\/dailymotion.com\/*",
                "*:\/\/hulu.com\/*",
                "*:\/\/twitch.tv\/*",
                "*:\/\/liveleak.com\/*",
                "*:\/\/vine.co\/*"
            ],
            "js": [
                "alwaysshowvideocontrols.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}