Checkmate - Verified Twitter

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

Checkmate - Verified Twitter là gì?

Checkmate - Verified Twitter là một tiện ích mở rộng Chrome được phát triển bởi Inti De Ceukelaire, và tính năng chính của nó là "See who's verified on Twitter for $0 / month.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Checkmate - Verified Twitter

Tải xuống các tệp mở rộng Checkmate - Verified Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Checkmate - Verified Twitter Checkmate - Verified Twitter
ID nbnijmocgfgnjcliceahehmfggadfmfl
URL Chính Thức https://chromewebstore.google.com/detail/checkmate-verified-twitte/nbnijmocgfgnjcliceahehmfggadfmfl
Mô tả See who's verified on Twitter for $0 / month.
Kích Thước Tệp 2.92 MB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-11-03
Ngày Phát Hành 2022-11-02
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Inti De Ceukelaire
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://kb.intigriti.com/en/articles/5666157-general-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}