NFTBlocker for Twitter
This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).
O que é NFTBlocker for Twitter?
NFTBlocker for Twitter é uma extensão do Chrome desenvolvida por theo546, e sua principal característica é "This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NFTBlocker for Twitter
Baixe arquivos de extensão NFTBlocker for Twitter 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 automatically block anyone who has an hexagon-shaped profile picture on Twitter. The extension is open-source : https://github.com/theo546/NFTBlocker-for-Twitter
Informações Básicas da Extensão
Nome | NFTBlocker for Twitter |
ID | maafcaodamkhklcfpdgmadkdecaihinp |
URL Oficial | https://chromewebstore.google.com/detail/nftblocker-for-twitter/maafcaodamkhklcfpdgmadkdecaihinp |
Descrição | This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros). |
Tamanho do Arquivo | 23.11 KB |
Contagem de Instalações | 74 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-01-22 |
Data de Publicação | 2022-01-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | theo546 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/theo546/NFTBlocker-for-Twitter |
URL da Página de Ajuda | https://github.com/theo546/NFTBlocker-for-Twitter/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NFTBlocker for Twitter", "description": "This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).", "version": "1.0.1", "icons": { "48": "icons\/border-48.png" }, "action": { "browser_style": true, "default_popup": "options.html", "default_icon": { "16": "icons\/page-16.png", "32": "icons\/page-32.png" } }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "main_script.js" ] } ] } |