BetterW2G

Because Watch2Gether really needs an updated UI.

What is BetterW2G?

BetterW2G is a Chrome extension developed by Chimute, and its main feature is "Because Watch2Gether really needs an updated UI.".

Extension Screenshots

screenshot

Download BetterW2G Extension CRX File

Download BetterW2G extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BetterW2G BetterW2G
ID elacjmifclijbpmchmigigacndppcgjf
Official URL https://chromewebstore.google.com/detail/betterw2g/elacjmifclijbpmchmigigacndppcgjf
Description Because Watch2Gether really needs an updated UI.
File Size 33.34 KB
Installation Count 37
Current Version 1.11
Last Updated 2023-08-12
Publish Date 2022-04-09
Rating 5.00/5 Total 1 Ratings
Developer Chimute
Email [email protected]
Payment Type free
Extension Website https://github.com/lunofe/BetterW2G
Help Page URL https://github.com/lunofe/BetterW2G/issues
Supported Languages 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"
        }
    ]
}