Checkmate - Verified Twitter

See who's verified on Twitter for $0 / month.

What is Checkmate - Verified Twitter?

Checkmate - Verified Twitter is a Chrome extension developed by Inti De Ceukelaire, and its main feature is "See who's verified on Twitter for $0 / month.".

Extension Screenshots

screenshot

Download Checkmate - Verified Twitter Extension CRX File

Download Checkmate - Verified 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

                        This extension adds back the blue check mark for all verified Twitter users (last snapshot at Nov 1, 2022). If the extension spots that a blue check mark has been removed, it will add it back.

Note that as long as Elon Musk has not started to revoke verified badges, this extension will not have any visible effects.                    

Extension Basic Information

Name Checkmate - Verified Twitter Checkmate - Verified Twitter
ID nbnijmocgfgnjcliceahehmfggadfmfl
Official URL https://chromewebstore.google.com/detail/checkmate-verified-twitte/nbnijmocgfgnjcliceahehmfggadfmfl
Description See who's verified on Twitter for $0 / month.
File Size 2.92 MB
Installation Count 80
Current Version 1.0
Last Updated 2022-11-03
Publish Date 2022-11-02
Rating 3.00/5 Total 1 Ratings
Developer Inti De Ceukelaire
Email [email protected]
Payment Type free
Privacy Policy Page URL https://kb.intigriti.com/en/articles/5666157-general-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Checkmate - Verified Twitter",
    "description": "See who's verified on Twitter for $0 \/ month.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "start.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}