Twitter AdBlock

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

¿Qué es Twitter AdBlock?

Twitter AdBlock es una extensión de Chrome desarrollada por Anbodev, y su función principal es "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Twitter AdBlock

Descarga archivos de extensión Twitter AdBlock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Twitter AdBlock Twitter AdBlock
ID kjaonljkcdidebicpnjijbfefeblncal
URL Oficial https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal
Descripción Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
Tamaño del Archivo 47.02 KB
Cantidad de Instalaciones 730
Versión Actual 1.2
Última Actualización 2021-01-30
Fecha de Publicación 2021-01-18
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador Anbodev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
            ]
        }
    ]
}