Remove Twitter Views
Remove Views button from Twitter
O que é Remove Twitter Views?
Remove Twitter Views é uma extensão do Chrome desenvolvida por igorhaagrod, e sua principal característica é "Remove Views button from Twitter".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Remove Twitter Views
Baixe arquivos de extensão Remove Twitter Views 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
After Elon Musk completely destroyed Twitter, extensions like this are needed. The focus of this one is, for now, removing the "views" button from the web app.
Informações Básicas da Extensão
Nome | Remove Twitter Views |
ID | nebfimpiljmmgfgaiaponfmcopndjkpg |
URL Oficial | https://chromewebstore.google.com/detail/remove-twitter-views/nebfimpiljmmgfgaiaponfmcopndjkpg |
Descrição | Remove Views button from Twitter |
Tamanho do Arquivo | 7.8 KB |
Contagem de Instalações | 171 |
Versão Atual | 1.0 |
Última Atualização | 2022-12-25 |
Data de Publicação | 2022-12-25 |
Classificação | 4.73/5 Total de 11 Avaliações |
Desenvolvedor | igorhaagrod |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Twitter Views", "description": "Remove Views button from Twitter", "version": "1.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "remove-views.html", "default_icon": "icon32.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "content-script.js" ] } ] } |