BetterW2G
Because Watch2Gether really needs an updated UI.
O que é BetterW2G?
BetterW2G é uma extensão do Chrome desenvolvida por Chimute, e sua principal característica é "Because Watch2Gether really needs an updated UI.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BetterW2G
Baixe arquivos de extensão BetterW2G no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | BetterW2G |
ID | elacjmifclijbpmchmigigacndppcgjf |
URL Oficial | https://chromewebstore.google.com/detail/betterw2g/elacjmifclijbpmchmigigacndppcgjf |
Descrição | Because Watch2Gether really needs an updated UI. |
Tamanho do Arquivo | 33.34 KB |
Contagem de Instalações | 37 |
Versão Atual | 1.11 |
Última Atualização | 2023-08-12 |
Data de Publicação | 2022-04-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Chimute |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/lunofe/BetterW2G |
URL da Página de Ajuda | https://github.com/lunofe/BetterW2G/issues |
Idiomas Suportados | 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" } ] } |