BetterW2G
Because Watch2Gether really needs an updated UI.
Что такое BetterW2G?
BetterW2G - это расширение Chrome, разработанное Chimute, и его основная функция - "Because Watch2Gether really needs an updated UI.".
Снимки экрана расширения
Скачать файл CRX расширения BetterW2G
Скачайте файлы расширений BetterW2G в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Watch2Gether is a great way to watch videos with your friends, but sadly the UI looks... Well, a bit old. This extension injects a custom css stylesheet to at least fix some issues.
Open-Source on GitHub: https://github.com/lunofe/BetterW2G
Built with Love. Основная информация о расширении
| Название | |
| ID | elacjmifclijbpmchmigigacndppcgjf |
| Официальный URL | https://chromewebstore.google.com/detail/betterw2g/elacjmifclijbpmchmigigacndppcgjf |
| Описание | Because Watch2Gether really needs an updated UI. |
| Размер файла | 33.34 KB |
| Количество установок | 37 |
| Текущая Версия | 1.11 |
| Последнее Обновление | 2023-08-12 |
| Дата публикации | 2022-04-09 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Chimute |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/lunofe/BetterW2G |
| URL страницы помощи | https://github.com/lunofe/BetterW2G/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "BetterW2G",
"description": "Because Watch2Gether really needs an updated UI.",
"version": "1.11",
"icons": {
"526": "icon.png"
},
"host_permissions": [
"*:\/\/w2g.tv\/*"
],
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/w2g.tv\/*"
],
"css": [
"w2g.css"
],
"run_at": "document_start"
}
]
} | |