Real Twitter Verifier

Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts

Τι είναι το Real Twitter Verifier;

Το Real Twitter Verifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον easytwitterverifies, και η κύρια λειτουργία του είναι "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Real Twitter Verifier

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
    ]
}