Real Twitter Verifier

Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts

Real Twitter Verifier là gì?

Real Twitter Verifier là một tiện ích mở rộng Chrome được phát triển bởi easytwitterverifies, và tính năng chính của nó là "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts".

Ả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 Real Twitter Verifier

Tải xuống các tệp mở rộng Real Twitter Verifier 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

                        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                    

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

Tên Real Twitter Verifier Real Twitter Verifier
ID ilodkaidiippiakjnjmeclaaodgeocli
URL Chính Thức https://chromewebstore.google.com/detail/real-twitter-verifier/ilodkaidiippiakjnjmeclaaodgeocli
Mô tả Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts
Kích Thước Tệp 154 KB
Số Lần Cài Đặt 1,154
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-04-05
Ngày Phát Hành 2022-11-22
Đánh Giá 4.00/5 Tổng số 19 Đánh Giá
Nhà Phát Triển easytwitterverifies
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}