Twitter View Hider
Automatically hide view counts of tweets in your timeline
O que é Twitter View Hider?
Twitter View Hider é uma extensão do Chrome desenvolvida por Adrien Minne, e sua principal característica é "Automatically hide view counts of tweets in your timeline".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter View Hider
Baixe arquivos de extensão Twitter View Hider 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 hides the view count that was recently added on the tweets of your timeline.
Informações Básicas da Extensão
Nome | Twitter View Hider |
ID | mmoiilglckpgboidkcedhkhmimmeblml |
URL Oficial | https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml |
Descrição | Automatically hide view counts of tweets in your timeline |
Tamanho do Arquivo | 11.32 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.0 |
Última Atualização | 2022-12-25 |
Data de Publicação | 2022-12-25 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Adrien Minne |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter View Hider", "version": "1.0", "manifest_version": 3, "description": "Automatically hide view counts of tweets in your timeline", "permissions": [], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "web_accessible_resources": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |