Real Twitter Verifier

Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts

Real Twitter Verifier क्या है?

Real Twitter Verifier easytwitterverifies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Real Twitter Verifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}