7plus-responsive-video

Make the 7+ video player wide and more responsive

ما هو 7plus-responsive-video؟

7plus-responsive-video هو إضافة Chrome تم تطويرها بواسطة glen، والميزة الرئيسية لها هي "Make the 7+ video player wide and more responsive".

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

screenshot
screenshot

تحميل ملف CRX للإضافة 7plus-responsive-video

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

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

                        Make the 7plus video player more responsive. 
This allows the video player to take full use of the available space by slightly rearranging the elements on the page.                    

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

الاسم 7plus-responsive-video 7plus-responsive-video
ID pegahkchckmpafkgnobgcpcbhdcobijp
عنوان URL الرسمي https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp
الوصف Make the 7+ video player wide and more responsive
حجم الملف 3.34 KB
عدد التثبيتات 50
النسخة الحالية 1.0.0
آخر تحديث 2021-07-26
تاريخ النشر 2021-07-26
المطور glen
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/GWilts/7plus-responsive-video
عنوان صفحة المساعدة https://github.com/GWilts/7plus-responsive-video
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7plus-responsive-video",
    "version": "1.0.0",
    "description": "Make the 7+ video player wide and more responsive",
    "short_name": "Make the 7+ video player responsive",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/7plus.com.au\/*"
            ],
            "css": [
                "background.css"
            ]
        }
    ]
}