Real Twitter Verifier

Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts

Hvad er Real Twitter Verifier?

Real Twitter Verifier er en Chrome-udvidelse udviklet af easytwitterverifies, og dens hovedfunktion er "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts".

Udvidelsesskærmbilleder

screenshot

Download Real Twitter Verifier-udvidelses-CRX-fil

Download Real Twitter Verifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Real Twitter Verifier Real Twitter Verifier
ID ilodkaidiippiakjnjmeclaaodgeocli
Officiel URL https://chromewebstore.google.com/detail/real-twitter-verifier/ilodkaidiippiakjnjmeclaaodgeocli
Beskrivelse Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts
Filstørrelse 154 KB
Antal Installationer 1,154
Nuværende Version 0.0.3
Senest Opdateret 2023-04-05
Udgivelsesdato 2022-11-22
Bedømmelse 4.00/5 Samlet 19 Bedømmelser
Udvikler easytwitterverifies
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}