RealTwit - See Real Twitter Blue Checkmarks

See who's really verified on Twitter

RealTwit - See Real Twitter Blue Checkmarks क्या है?

RealTwit - See Real Twitter Blue Checkmarks https://realtwit.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See who's really verified on Twitter"।

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

screenshot

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

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

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

                        See who is actually verified and who paid on Twitter.

Twitter removed legacy verification on 4/20/23 and RealTwit brings back the old experience everyone loved and trusted.                    

एक्सटेंशन की मूल जानकारी

नाम RealTwit - See Real Twitter Blue Checkmarks RealTwit - See Real Twitter Blue Checkmarks
ID bgjdcmmlhmjkhbjbjbakljihfpeadjhl
आधिकारिक URL https://chromewebstore.google.com/detail/realtwit-see-real-twitter/bgjdcmmlhmjkhbjbjbakljihfpeadjhl
विवरण See who's really verified on Twitter
फ़ाइल का आकार 7.43 MB
स्थापना संख्या 164
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-04-22
प्रकाशन तिथि 2023-04-22
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर https://realtwit.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://realtwit.org/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RealTwit - See Real Twitter Blue Checkmarks",
    "short_name": "realTwit",
    "description": "See who's really verified on Twitter",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "background"
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*",
        "https:\/\/realtwit.org\/*"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/realtwit.org\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*",
                "*"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/realtwit.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon_production_128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}