Promoted Tweet Blocker for Twitter

Blocks Twitter promoted tweets from showing up on your timeline.

What is Promoted Tweet Blocker for Twitter?

Promoted Tweet Blocker for Twitter is a Chrome extension developed by obipoketbobo, and its main feature is "Blocks Twitter promoted tweets from showing up on your timeline.".

Extension Screenshots

screenshot

Download Promoted Tweet Blocker for Twitter Extension CRX File

Download Promoted Tweet Blocker for Twitter 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

                        Hides all Twitter promoted tweets that interrupt your Twitter experience.                    

Extension Basic Information

Name Promoted Tweet Blocker for Twitter Promoted Tweet Blocker for Twitter
ID epkkfgpbaehkidangmlmgkkiildlmded
Official URL https://chromewebstore.google.com/detail/promoted-tweet-blocker-fo/epkkfgpbaehkidangmlmgkkiildlmded
Description Blocks Twitter promoted tweets from showing up on your timeline.
File Size 43.99 KB
Installation Count 175
Current Version 1.3
Last Updated 2021-05-02
Publish Date 2021-05-02
Rating 5.00/5 Total 4 Ratings
Developer obipoketbobo
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Promoted Tweet Blocker for Twitter",
    "short_name": "Promoted Tweet Blocker",
    "description": "Blocks Twitter promoted tweets from showing up on your timeline.",
    "browser_action": {
        "default_icon": "128.png"
    },
    "version": "1.3",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ]
}