Checkmate - Verified Twitter

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

什么是Checkmate - Verified Twitter?

Checkmate - Verified Twitter是由Inti De Ceukelaire开发的Chrome扩展程序,该扩展的主要功能是“See who's verified on Twitter for $0 / month.”。

扩展截图

screenshot

下载Checkmate - Verified Twitter扩展crx文件

下载Checkmate - Verified Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Checkmate - Verified Twitter Checkmate - Verified Twitter
ID nbnijmocgfgnjcliceahehmfggadfmfl
官方URL https://chromewebstore.google.com/detail/checkmate-verified-twitte/nbnijmocgfgnjcliceahehmfggadfmfl
简介 See who's verified on Twitter for $0 / month.
文件大小 2.92 MB
安装次数 80
当前版本 1.0
更新时间 2022-11-03
上架时间 2022-11-02
评分 3.00/5 共1次评分
开发者 Inti De Ceukelaire
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://kb.intigriti.com/en/articles/5666157-general-privacy-policy
支持的语言 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\/*"
            ]
        }
    ]
}