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文件

下載Real Twitter Verifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}