Remove Twitter Views
Remove the Views button from Twitter
O que é Remove Twitter Views?
Remove Twitter Views é uma extensão do Chrome desenvolvida por Kabaj, e sua principal característica é "Remove the 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
Removes the new "Views" button from Twitter It is my first time doing a Chrome extension, so it might not be optimized at all and might stop working soon, I take all suggestions. Here is the GitHub link to the extension : https://github.com/KabajSAH/Twitter-Remove-Views
Informações Básicas da Extensão
Nome | Remove Twitter Views |
ID | flcjnidfibjigabnihmblehlkkeiganp |
URL Oficial | https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp |
Descrição | Remove the Views button from Twitter |
Tamanho do Arquivo | 8.51 KB |
Contagem de Instalações | 92 |
Versão Atual | 1.2.2 |
Última Atualização | 2023-01-17 |
Data de Publicação | 2022-12-26 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Kabaj |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Twitter Views", "description": "Remove the Views button from Twitter", "version": "1.2.2", "author": "Kabaj", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ ".\/scripts\/content.js" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" } } |