Wider2Gether

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

Τι είναι το Wider2Gether;

Το Wider2Gether είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Reecer9714, και η κύρια λειτουργία του είναι "Removes the chat in order to increase the size of the video player".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wider2Gether

Λήψη αρχείων επέκτασης Wider2Gether σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Wider2Gether Wider2Gether
ID mkilponbihhljjdcepdooabbciahogbd
Επίσημο URL https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd
Περιγραφή Removes the chat in order to increase the size of the video player
Μέγεθος Αρχείου 9.14 KB
Αριθμός Εγκαταστάσεων 76
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2018-08-22
Ημερομηνία Δημοσίευσης 2018-08-22
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Reecer9714
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}