Twitter UnHooked
Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
O que é Twitter UnHooked?
Twitter UnHooked é uma extensão do Chrome desenvolvida por Pamela Fox, e sua principal característica é "Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter UnHooked
Baixe arquivos de extensão Twitter UnHooked 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 will still let you use Twitter for composing tweets and following your network, but it changes the Twitter experience to be less addictive. This extension removes the Trends sidebar, the Who-to-follow sidebar, plus it changes the notifications count to be less attention-grabbing.
Informações Básicas da Extensão
Nome | Twitter UnHooked |
ID | imcokhibdjkdgepeadnipppignmnicnb |
URL Oficial | https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb |
Descrição | Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations. |
Tamanho do Arquivo | 4.22 KB |
Contagem de Instalações | 213 |
Versão Atual | 0.7 |
Última Atualização | 2022-08-11 |
Data de Publicação | 2018-06-12 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Pamela Fox |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/pamelafox/twitter-unhooked |
URL da Página de Ajuda | https://github.com/pamelafox/twitter-unhooked/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter UnHooked", "version": "0.7", "description": "Hides parts of Twitter that are unneeded\/addictive: trends, follower recommendations.", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ], "all_frames": true } ], "manifest_version": 3 } |