Wider2Gether

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

Apa itu Wider2Gether?

Wider2Gether adalah ekstensi Chrome yang dikembangkan oleh Reecer9714, dan fitur utamanya adalah "Removes the chat in order to increase the size of the video player".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Wider2Gether

Unduh file ekstensi Wider2Gether dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wider2Gether Wider2Gether
ID mkilponbihhljjdcepdooabbciahogbd
URL Resmi https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd
Deskripsi Removes the chat in order to increase the size of the video player
Ukuran File 9.14 KB
Jumlah Instalasi 76
Versi Saat Ini 1.3
Terakhir Diperbarui 2018-08-22
Tanggal Publikasi 2018-08-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Reecer9714
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}