Wider2Gether

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

Hvad er Wider2Gether?

Wider2Gether er en Chrome-udvidelse udviklet af Reecer9714, og dens hovedfunktion er "Removes the chat in order to increase the size of the video player".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Wider2Gether-udvidelses-CRX-fil

Download Wider2Gether-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wider2Gether Wider2Gether
ID mkilponbihhljjdcepdooabbciahogbd
Officiel URL https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd
Beskrivelse Removes the chat in order to increase the size of the video player
Filstørrelse 9.14 KB
Antal Installationer 76
Nuværende Version 1.3
Senest Opdateret 2018-08-22
Udgivelsesdato 2018-08-22
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Reecer9714
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}