Video controls

This extension always shows the controls over a video/animated gif

ما هو Video controls؟

Video controls هو إضافة Chrome تم تطويرها بواسطة Dumitru Buzoianu، والميزة الرئيسية لها هي "This extension always shows the controls over a video/animated gif".

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

screenshot

تحميل ملف CRX للإضافة Video controls

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

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

                        Display controls on GIF/VIDEO files on sites like 9gag or imgur.
Just turn it on and mouse over the animation.                    

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

الاسم Video controls Video controls
ID gjljlaipmmjmogcbeabcaelfnbajcpih
عنوان URL الرسمي https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih
الوصف This extension always shows the controls over a video/animated gif
حجم الملف 54.03 KB
عدد التثبيتات 442
النسخة الحالية 1.0
آخر تحديث 2017-05-28
تاريخ النشر 2017-05-28
تقييم 2.80/5 مجموع تقييمات 10
المطور Dumitru Buzoianu
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video controls",
    "description": "This extension always shows the controls over a video\/animated gif",
    "version": "1.0",
    "browser_action": {
        "default_icon": "off.png",
        "badge_text": "off"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}