Checkmate - Verified Twitter

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

Checkmate - Verified Twitterคืออะไร?

Checkmate - Verified Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Inti De Ceukelaire และคุณลักษณะหลักของมันคือ "See who's verified on Twitter for $0 / month."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Checkmate - Verified Twitter

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}