Twitter Enhancer

Enhance your Twitter frontend! Remove useless adds, and view only useful things.

What is Twitter Enhancer?

Twitter Enhancer is a Chrome extension developed by Vortezz, and its main feature is "Enhance your Twitter frontend! Remove useless adds, and view only useful things.".

Extension Screenshots

screenshot

Download Twitter Enhancer Extension CRX File

Download Twitter Enhancer 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 some useless new features of Twitter! Get rid of the stats buttons, and more to come!                    

Extension Basic Information

Name Twitter Enhancer Twitter Enhancer
ID beggifbkibbbfhhncigpacihnmcnfagg
Official URL https://chromewebstore.google.com/detail/twitter-enhancer/beggifbkibbbfhhncigpacihnmcnfagg
Description Enhance your Twitter frontend! Remove useless adds, and view only useful things.
File Size 26.17 KB
Installation Count 12
Current Version 1.0
Last Updated 2022-12-25
Publish Date 2022-12-25
Rating 5.00/5 Total 2 Ratings
Developer Vortezz
Email [email protected]
Payment Type free
Privacy Policy Page URL https://vortezz.dev/terms
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Enhancer",
    "description": "Enhance your Twitter frontend! Remove useless adds, and view only useful things.",
    "version": "1.0",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}