Wider2Gether

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

Co je Wider2Gether?

Wider2Gether je rozšíření Chrome vyvinuté Reecer9714, a jeho hlavní funkcí je „Removes the chat in order to increase the size of the video player“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Wider2Gether

Stáhněte si soubory rozšíření Wider2Gether ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Wider2Gether Wider2Gether
ID mkilponbihhljjdcepdooabbciahogbd
Oficiální URL https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd
Popis Removes the chat in order to increase the size of the video player
Velikost souboru 9.14 KB
Počet instalací 76
Aktuální Verze 1.3
Poslední Aktualizace 2018-08-22
Datum Vydání 2018-08-22
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Reecer9714
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}