Real Twitter Verifier

Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts

Qu'est-ce que Real Twitter Verifier ?

Real Twitter Verifier est une extension Chrome développée par easytwitterverifies, et sa fonction principale est "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Real Twitter Verifier

Téléchargez les fichiers d'extension Real Twitter Verifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Real Twitter Verifier Real Twitter Verifier
ID ilodkaidiippiakjnjmeclaaodgeocli
URL Officiel https://chromewebstore.google.com/detail/real-twitter-verifier/ilodkaidiippiakjnjmeclaaodgeocli
Description Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts
Taille du Fichier 154 KB
Nombre d'Installations 1,154
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-04-05
Date de Publication 2022-11-22
Évaluation 4.00/5 Total 19 Évaluations
Développeur easytwitterverifies
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}