Wider2Gether

Removes the chat in order to increase the size of the video player

What is Wider2Gether?

Wider2Gether is a Chrome extension developed by Reecer9714, and its main feature is "Removes the chat in order to increase the size of the video player".

Extension Screenshots

screenshot
screenshot

Download Wider2Gether Extension CRX File

Download Wider2Gether 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

                        Hides the chat box in order to increase and widen the size of the video player in Watch2Gether rooms. This is a personal extension for me and my friends, but hopefully this can help you too. Newly updated for web page changes.                    

Extension Basic Information

Name Wider2Gether Wider2Gether
ID mkilponbihhljjdcepdooabbciahogbd
Official URL https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd
Description Removes the chat in order to increase the size of the video player
File Size 9.14 KB
Installation Count 76
Current Version 1.3
Last Updated 2018-08-22
Publish Date 2018-08-22
Rating 5.00/5 Total 2 Ratings
Developer Reecer9714
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wider2Gether",
    "description": "Removes the chat in order to increase the size of the video player",
    "version": "1.3",
    "icons": {
        "128": "Wider2Gether.png"
    },
    "browser_action": {
        "default_icon": "Wider2Gether.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.watch2gether.com\/rooms\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}