Twitter AdBlock

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

Was ist Twitter AdBlock?

Twitter AdBlock ist eine Chrome-Erweiterung, die von Anbodev entwickelt wurde, und ihr Hauptmerkmal ist "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets".

Erweiterungsscreenshots

screenshot
screenshot

Twitter AdBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitter AdBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Twitter AdBlock Twitter AdBlock
ID kjaonljkcdidebicpnjijbfefeblncal
Offizielle URL https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal
Beschreibung Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
Dateigröße 47.02 KB
Installationsanzahl 730
Aktuelle Version 1.2
Letztes Update 2021-01-30
Veröffentlichungsdatum 2021-01-18
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler Anbodev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}