PromoteTweetRemover

Remove Promote Button From Twitter

What is PromoteTweetRemover?

PromoteTweetRemover is a Chrome extension developed by yannickje, and its main feature is "Remove Promote Button From Twitter".

Extension Screenshots

screenshot

Download PromoteTweetRemover Extension CRX File

Download PromoteTweetRemover 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

                        Remove the "Promoted" badge underneath your tweets on Twitter.                    

Extension Basic Information

Name PromoteTweetRemover PromoteTweetRemover
ID omlbkeklckigbnnahijjfcpbmngahjha
Official URL https://chromewebstore.google.com/detail/promotetweetremover/omlbkeklckigbnnahijjfcpbmngahjha
Description Remove Promote Button From Twitter
File Size 6.71 KB
Installation Count 121
Current Version 0.0.0.3
Last Updated 2021-12-08
Publish Date 2021-12-08
Rating 5.00/5 Total 3 Ratings
Developer yannickje
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PromoteTweetRemover",
    "description": "Remove Promote Button From Twitter",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "homepage_url": "https:\/\/twitter.com\/yannick_veys",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.twitter.com\/*",
                "http:\/\/localhost:1234\/*"
            ],
            "run_at": "document_start"
        }
    ]
}