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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
        }
    ]
}