Wider2Gether

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

Qu'est-ce que Wider2Gether ?

Wider2Gether est une extension Chrome développée par Reecer9714, et sa fonction principale est "Removes the chat in order to increase the size of the video player".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Wider2Gether

Téléchargez les fichiers d'extension Wider2Gether au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wider2Gether Wider2Gether
ID mkilponbihhljjdcepdooabbciahogbd
URL Officiel https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd
Description Removes the chat in order to increase the size of the video player
Taille du Fichier 9.14 KB
Nombre d'Installations 76
Version Actuelle 1.3
Dernière Mise à Jour 2018-08-22
Date de Publication 2018-08-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur Reecer9714
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}