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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}