Wider2Gether
Removes the chat in order to increase the size of the video player
O que é Wider2Gether?
Wider2Gether é uma extensão do Chrome desenvolvida por Reecer9714, e sua principal característica é "Removes the chat in order to increase the size of the video player".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wider2Gether
Baixe arquivos de extensão Wider2Gether 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
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.
Informações Básicas da Extensão
Nome | |
ID | mkilponbihhljjdcepdooabbciahogbd |
URL Oficial | https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd |
Descrição | Removes the chat in order to increase the size of the video player |
Tamanho do Arquivo | 9.14 KB |
Contagem de Instalações | 76 |
Versão Atual | 1.3 |
Última Atualização | 2018-08-22 |
Data de Publicação | 2018-08-22 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Reecer9714 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |