Real Twitter Verifier

Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts

Real Twitter Verifier란 무엇입니까?

Real Twitter Verifier은(는) easytwitterverifies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts"입니다.

확장 프로그램 스크린샷

screenshot

Real Twitter Verifier 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Twitter is all over the internet these days and everyone can get an access to verify their account with paid blue check. With the help of this extension any user can verify whether that account is genuinely verified or paid for verification. 

Here is how to use Real Twitter Verifier:
>>Get the Extension and add it to your browser
>>Visit any twitter profile or browse through your feed
>>It will show the "Verified" tag for genuine accounts
>>Then you will notice a label "Paid" for subscribed accounts                    

확장 프로그램 기본 정보

이름 Real Twitter Verifier Real Twitter Verifier
ID ilodkaidiippiakjnjmeclaaodgeocli
공식 URL https://chromewebstore.google.com/detail/real-twitter-verifier/ilodkaidiippiakjnjmeclaaodgeocli
설명 Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts
파일 크기 154 KB
설치 횟수 1,154
현재 버전 0.0.3
최근 업데이트 2023-04-05
출시 날짜 2022-11-22
평점 4.00/5 총 19 개의 평점
개발자 easytwitterverifies
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.3",
    "name": "Real Twitter Verifier",
    "description": "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": "twitter-128.png"
    },
    "icons": {
        "128": "twitter-128.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}