Wider2Gether
Removes the chat in order to increase the size of the video player
Co to jest Wider2Gether?
Wider2Gether to rozszerzenie Chrome opracowane przez Reecer9714, a jego główną funkcją jest „Removes the chat in order to increase the size of the video player”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wider2Gether
Pobierz pliki rozszerzeń Wider2Gether w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mkilponbihhljjdcepdooabbciahogbd |
Oficjalny URL | https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd |
Opis | Removes the chat in order to increase the size of the video player |
Rozmiar pliku | 9.14 KB |
Liczba instalacji | 76 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2018-08-22 |
Data Publikacji | 2018-08-22 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Reecer9714 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |