Wider2Gether
Removes the chat in order to increase the size of the video player
Что такое Wider2Gether?
Wider2Gether - это расширение Chrome, разработанное Reecer9714, и его основная функция - "Removes the chat in order to increase the size of the video player".
Снимки экрана расширения
Скачать файл CRX расширения Wider2Gether
Скачайте файлы расширений Wider2Gether в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | mkilponbihhljjdcepdooabbciahogbd |
Официальный URL | https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd |
Описание | Removes the chat in order to increase the size of the video player |
Размер файла | 9.14 KB |
Количество установок | 76 |
Текущая Версия | 1.3 |
Последнее Обновление | 2018-08-22 |
Дата публикации | 2018-08-22 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Reecer9714 |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |