BetterW2G

Because Watch2Gether really needs an updated UI.

ما هو BetterW2G؟

BetterW2G هو إضافة Chrome تم تطويرها بواسطة Chimute، والميزة الرئيسية لها هي "Because Watch2Gether really needs an updated UI.".

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

screenshot

تحميل ملف CRX للإضافة BetterW2G

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

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

                        Watch2Gether is a great way to watch videos with your friends, but sadly the UI looks... Well, a bit old. This extension injects a custom css stylesheet to at least fix some issues.

Open-Source on GitHub: https://github.com/lunofe/BetterW2G
Built with Love.                    

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

الاسم BetterW2G BetterW2G
ID elacjmifclijbpmchmigigacndppcgjf
عنوان URL الرسمي https://chromewebstore.google.com/detail/betterw2g/elacjmifclijbpmchmigigacndppcgjf
الوصف Because Watch2Gether really needs an updated UI.
حجم الملف 33.34 KB
عدد التثبيتات 37
النسخة الحالية 1.11
آخر تحديث 2023-08-12
تاريخ النشر 2022-04-09
تقييم 5.00/5 مجموع تقييمات 1
المطور Chimute
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/lunofe/BetterW2G
عنوان صفحة المساعدة https://github.com/lunofe/BetterW2G/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterW2G",
    "description": "Because Watch2Gether really needs an updated UI.",
    "version": "1.11",
    "icons": {
        "526": "icon.png"
    },
    "host_permissions": [
        "*:\/\/w2g.tv\/*"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/w2g.tv\/*"
            ],
            "css": [
                "w2g.css"
            ],
            "run_at": "document_start"
        }
    ]
}