Simplify Twitter Web UI
Simplify the new Twitter Web UI
O que é Simplify Twitter Web UI?
Simplify Twitter Web UI é uma extensão do Chrome desenvolvida por lukeed, e sua principal característica é "Simplify the new Twitter Web UI".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simplify Twitter Web UI
Baixe arquivos de extensão Simplify Twitter Web UI 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
**Why?** - I don't like 3-column layouts (too busy) - Hide "Trending For you" stuff – usually in the right sidebar - Attempt to hide "Promoted Tweets" – currently works, but don't count on it See the website for more info.
Informações Básicas da Extensão
Nome | Simplify Twitter Web UI |
ID | pobjlebhmdjbgfjhfdhblilmpjkegbfd |
URL Oficial | https://chromewebstore.google.com/detail/simplify-twitter-web-ui/pobjlebhmdjbgfjhfdhblilmpjkegbfd |
Descrição | Simplify the new Twitter Web UI |
Tamanho do Arquivo | 10.53 KB |
Contagem de Instalações | 383 |
Versão Atual | 2.0.0 |
Última Atualização | 2019-06-29 |
Data de Publicação | 2019-06-29 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | lukeed |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/lukeed/twitter-simple-extension |
URL da Página de Ajuda | https://github.com/lukeed/twitter-simple-extension/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simplify Twitter Web UI", "version": "2.0.0", "manifest_version": 2, "description": "Simplify the new Twitter Web UI", "homepage_url": "https:\/\/github.com\/lukeed\/twitter-simple-extension", "icons": { "128": "128x128.png" }, "permissions": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*\/twitter.com\/*" ], "js": [ "index.min.js" ] } ] } |