Twitter Ad Blocker

Block Twitter ads and annoying UI elements.

O que é Twitter Ad Blocker?

Twitter Ad Blocker é uma extensão do Chrome desenvolvida por devdevdev808, e sua principal característica é "Block Twitter ads and annoying UI elements.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitter Ad Blocker

Baixe arquivos de extensão Twitter Ad Blocker 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

                        Twitter Ad Blocker hides Promoted tweets, What's happening, Who to follow, Messages drawer and Topics to follow sections.

Focus on tweets instead of irrelevant ads, people, news and topics. Enjoy Twitter as it was intended!

We don't collect any information about you. This extension is open source, the code can be found here: https://github.com/pashakhomchenko/TwitterAdBlocker

If you have suggestions on how to improve Twitter Ad Blocker, email me at [email protected] or create a new issue here: https://github.com/pashakhomchenko/TwitterAdBlocker/issues                    

Informações Básicas da Extensão

Nome Twitter Ad Blocker Twitter Ad Blocker
ID dhlbmiajajiiploeagcijnmnfiphgmdc
URL Oficial https://chromewebstore.google.com/detail/twitter-ad-blocker/dhlbmiajajiiploeagcijnmnfiphgmdc
Descrição Block Twitter ads and annoying UI elements.
Tamanho do Arquivo 170 KB
Contagem de Instalações 473
Versão Atual 0.0.6
Última Atualização 2022-12-15
Data de Publicação 2022-09-08
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor devdevdev808
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/pashakhomchenko/TwitterAdBlocker
URL da Página de Ajuda https://github.com/pashakhomchenko/TwitterAdBlocker/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Ad Blocker",
    "version": "0.0.6",
    "description": "Block Twitter ads and annoying UI elements.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    }
}