BetterW2G

Because Watch2Gether really needs an updated UI.

BetterW2G क्या है?

BetterW2G Chimute द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Because Watch2Gether really needs an updated UI."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BetterW2G एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
        }
    ]
}