RealTwit - See Real Twitter Blue Checkmarks

See who's really verified on Twitter

What is RealTwit - See Real Twitter Blue Checkmarks?

RealTwit - See Real Twitter Blue Checkmarks is a Chrome extension developed by https://realtwit.org, and its main feature is "See who's really verified on Twitter".

Extension Screenshots

screenshot

Download RealTwit - See Real Twitter Blue Checkmarks Extension CRX File

Download RealTwit - See Real Twitter Blue Checkmarks 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

                        See who is actually verified and who paid on Twitter.

Twitter removed legacy verification on 4/20/23 and RealTwit brings back the old experience everyone loved and trusted.                    

Extension Basic Information

Name RealTwit - See Real Twitter Blue Checkmarks RealTwit - See Real Twitter Blue Checkmarks
ID bgjdcmmlhmjkhbjbjbakljihfpeadjhl
Official URL https://chromewebstore.google.com/detail/realtwit-see-real-twitter/bgjdcmmlhmjkhbjbjbakljihfpeadjhl
Description See who's really verified on Twitter
File Size 7.43 MB
Installation Count 164
Current Version 1.0.0
Last Updated 2023-04-22
Publish Date 2023-04-22
Rating 4.67/5 Total 3 Ratings
Developer https://realtwit.org
Email [email protected]
Payment Type free
Extension Website https://realtwit.org/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RealTwit - See Real Twitter Blue Checkmarks",
    "short_name": "realTwit",
    "description": "See who's really verified on Twitter",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "background"
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*",
        "https:\/\/realtwit.org\/*"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/realtwit.org\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*",
                "*"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/realtwit.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon_production_128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}