Simplified Twitter
Remove distractions from the new Twitter layout
O que é Simplified Twitter?
Simplified Twitter é uma extensão do Chrome desenvolvida por Bruno Lemos, e sua principal característica é "Remove distractions from the new Twitter layout".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simplified Twitter
Baixe arquivos de extensão Simplified Twitter 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
Improve the Twitter experience by decluttering the layout: No trends column, no giant menu, no distracting elements. Focus on what matters: the tweets. AVAILABLE FOR ALL BROWSERS.
Informações Básicas da Extensão
Nome | Simplified Twitter |
ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
URL Oficial | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
Descrição | Remove distractions from the new Twitter layout |
Tamanho do Arquivo | 14.05 KB |
Contagem de Instalações | 2,394 |
Versão Atual | 1.8.1 |
Última Atualização | 2023-11-22 |
Data de Publicação | 2020-04-25 |
Classificação | 4.70/5 Total de 20 Avaliações |
Desenvolvedor | Bruno Lemos |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/brunolemos/simplified-twitter |
URL da Página de Ajuda | https://github.com/brunolemos/simplified-twitter |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simplified Twitter", "version": "1.8.1", "description": "Remove distractions from the new Twitter layout", "short_name": "Simplified Twitter", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "css": [ "styles.css" ], "js": [ "index.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |