Wider2Gether
Removes the chat in order to increase the size of the video player
Vad är Wider2Gether?
Wider2Gether är en Chrome-tillägg utvecklad av Reecer9714, och dess huvudfunktion är "Removes the chat in order to increase the size of the video player".
Tilläggsskärmbilder
Ladda ner Wider2Gether-förlängningens CRX-fil
Ladda ner Wider2Gether-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mkilponbihhljjdcepdooabbciahogbd |
Officiell webbadress | https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd |
Beskrivning | Removes the chat in order to increase the size of the video player |
Filstorlek | 9.14 KB |
Antal Installationer | 76 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2018-08-22 |
Publiceringsdatum | 2018-08-22 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Reecer9714 |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |