Twitter Wide and Clear
Wide and Clear theme for Twitter website.
O que é Twitter Wide and Clear?
Twitter Wide and Clear é uma extensão do Chrome desenvolvida por https://www.arundavid.com, e sua principal característica é "Wide and Clear theme for Twitter website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Wide and Clear
Baixe arquivos de extensão Twitter Wide and Clear 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
This extension makes twitter website to full width of the browser and removes the image/video/media preview from the timeline to increase the focus on content without distraction.
Informações Básicas da Extensão
Nome | Twitter Wide and Clear |
ID | blbmlgjoglkgoejpipkbhnbggoegkkmm |
URL Oficial | https://chromewebstore.google.com/detail/twitter-wide-and-clear/blbmlgjoglkgoejpipkbhnbggoegkkmm |
Descrição | Wide and Clear theme for Twitter website. |
Tamanho do Arquivo | 58.29 KB |
Contagem de Instalações | 40 |
Versão Atual | 1.0 |
Última Atualização | 2015-06-30 |
Data de Publicação | 2015-06-30 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.arundavid.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Wide and Clear", "version": "1.0", "manifest_version": 2, "description": "Wide and Clear theme for Twitter website.", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "jquery-1.7.2.min.js", "onload.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/twitter.com\/*" ] } |