Wider2Gether
Removes the chat in order to increase the size of the video player
Wat is Wider2Gether?
Wider2Gether is een Chrome-extensie ontwikkeld door Reecer9714, en de belangrijkste functie is "Removes the chat in order to increase the size of the video player".
Extensie Screenshots
Download het CRX-bestand van de extensie Wider2Gether
Download Wider2Gether-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mkilponbihhljjdcepdooabbciahogbd |
Officiële URL | https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd |
Beschrijving | Removes the chat in order to increase the size of the video player |
Bestandsgrootte | 9.14 KB |
Aantal Installaties | 76 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2018-08-22 |
Publicatiedatum | 2018-08-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Reecer9714 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |