Twitter AdBlock

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

What is Twitter AdBlock?

Twitter AdBlock is a Chrome extension developed by Anbodev, and its main feature is "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets".

Extension Screenshots

screenshot
screenshot

Download Twitter AdBlock Extension CRX File

Download Twitter AdBlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitter AdBlock Twitter AdBlock
ID kjaonljkcdidebicpnjijbfefeblncal
Official URL https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal
Description Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
File Size 47.02 KB
Installation Count 730
Current Version 1.2
Last Updated 2021-01-30
Publish Date 2021-01-18
Rating 2.33/5 Total 3 Ratings
Developer Anbodev
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}