Twitter AdBlock

Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets

O que é Twitter AdBlock?

Twitter AdBlock é uma extensão do Chrome desenvolvida por Anbodev, e sua principal característica é "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitter AdBlock

Baixe arquivos de extensão Twitter AdBlock 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 all the promoted Tweets from your timeline, following and the trends. Prevents ads from loading when using the back/forward history button. Prevents ads from popping up in timeline when scrolling through tweets. Bypasses Twitter's link warning and auto directs to links clicked within tweets.                    

Informações Básicas da Extensão

Nome Twitter AdBlock Twitter AdBlock
ID kjaonljkcdidebicpnjijbfefeblncal
URL Oficial https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal
Descrição Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
Tamanho do Arquivo 47.02 KB
Contagem de Instalações 730
Versão Atual 1.2
Última Atualização 2021-01-30
Data de Publicação 2021-01-18
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Anbodev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter AdBlock",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ]
}