Real Twitter Verifier

Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts

Apa itu Real Twitter Verifier?

Real Twitter Verifier adalah ekstensi Chrome yang dikembangkan oleh easytwitterverifies, dan fitur utamanya adalah "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Real Twitter Verifier

Unduh file ekstensi Real Twitter Verifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Real Twitter Verifier Real Twitter Verifier
ID ilodkaidiippiakjnjmeclaaodgeocli
URL Resmi https://chromewebstore.google.com/detail/real-twitter-verifier/ilodkaidiippiakjnjmeclaaodgeocli
Deskripsi Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts
Ukuran File 154 KB
Jumlah Instalasi 1,154
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2023-04-05
Tanggal Publikasi 2022-11-22
Penilaian 4.00/5 Total 19 Penilaian
Pengembang easytwitterverifies
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}