Twitter Blue Banisher
Hide tweets from blue checks
O que é Twitter Blue Banisher?
Twitter Blue Banisher é uma extensão do Chrome desenvolvida por bee.dev.stuff, e sua principal característica é "Hide tweets from blue checks".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Blue Banisher
Baixe arquivos de extensão Twitter Blue Banisher 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
Creates a button that gives you the option to hide all the (bad) replies from Twitter Blue subscribers. Super lightweight DOM modification extension. Free to use, none of your data will ever be collected. Note: Requires user to be logged in to Twitter for use.
Informações Básicas da Extensão
Nome | Twitter Blue Banisher |
ID | dencdohfadgmbjmgappgkfggkbjfhecm |
URL Oficial | https://chromewebstore.google.com/detail/twitter-blue-banisher/dencdohfadgmbjmgappgkfggkbjfhecm |
Descrição | Hide tweets from blue checks |
Tamanho do Arquivo | 21.1 KB |
Contagem de Instalações | 116 |
Versão Atual | 1.2 |
Última Atualização | 2023-04-30 |
Data de Publicação | 2023-04-26 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | bee.dev.stuff |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Blue Banisher", "description": "Hide tweets from blue checks", "manifest_version": 3, "version": "1.2", "background": { "service_worker": "background.js" }, "action": { "default_icon": "banish_64.png" }, "icons": { "16": "banish_16.png", "32": "banish_32.png", "48": "banish_64.png", "128": "banish_128.png" }, "permissions": [ "scripting", "activeTab" ] } |