Wider2Gether
Removes the chat in order to increase the size of the video player
Cos'è Wider2Gether?
Wider2Gether è un'estensione di Chrome sviluppata da Reecer9714, e la sua funzione principale è "Removes the chat in order to increase the size of the video player".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wider2Gether
Scarica i file di estensione Wider2Gether in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mkilponbihhljjdcepdooabbciahogbd |
URL Ufficiale | https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd |
Descrizione | Removes the chat in order to increase the size of the video player |
Dimensione del File | 9.14 KB |
Conteggio Installazioni | 76 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2018-08-22 |
Data di Pubblicazione | 2018-08-22 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Reecer9714 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |