Twitter Volume Control

Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW

ما هو Twitter Volume Control؟

Twitter Volume Control هو إضافة Chrome تم تطويرها بواسطة http://pause-geek.fr، والميزة الرئيسية لها هي "Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW".

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

screenshot

تحميل ملف CRX للإضافة Twitter Volume Control

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

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

                        TWITTER FINALLY ADDED THIS FUNCTIONALITY NATIVELY - THIS EXTENSION IS NOT NEEDED ANYMORE.
I will leave it on the webstore anyway in case people prefer the horizontal version.

No Vine support, only native twitter videos.

Check the source at https://github.com/BaliBalo/twitterVolumeControl                    

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

الاسم Twitter Volume Control Twitter Volume Control
ID geeghoallaenmelpkedpgjpllljkfeap
عنوان URL الرسمي https://chrome.google.com/webstore/detail/twitter-volume-control/geeghoallaenmelpkedpgjpllljkfeap
الوصف Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW
حجم الملف 7.16 KB
عدد التثبيتات 2,282
النسخة الحالية 1.3.1
آخر تحديث 2016-10-20
تاريخ النشر 2016-10-20
تقييم 4.70/5 مجموع تقييمات 23
المطور http://pause-geek.fr
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Volume Control",
    "version": "1.3.1",
    "description": "Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/i\/videos\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}