Twitter Real Verified

Return Twitter's legacy verification and change the verification badge from users with Twitter Blue

Twitter Real Verified क्या है?

Twitter Real Verified @luiserdef द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Return Twitter's legacy verification and change the verification badge from users with Twitter Blue"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The verified icon (legacy verification) will be restored to all users who had it before the Twitter Blue changes on April 20, 2023.

Note: The data of verified accounts was taken before April 4, 2023.
Full list Provided by Travisbrown: https://gist.github.com/travisbrown/b50d6745298cccd6b1f4697e4ec22103

Also works on tweetdeck.

✅ Options
- Hide Twitter Blue badges
- Remove the verification badge from users who have Twitter Blue.
- Replace Twitter Blue badges with a clown 🤡
- Add a simple green checkmark to legacy verified accounts: Keeps the current twitter verification system and only adds a green checkmark to accounts that were previously verified.

✅ Change badge color
- Change the badge color for verified users, Twitter Blue users, and verified users who have Twitter Blue.

🤝 Do you want to contribute or have you found any bugs?
https://github.com/luiserdef/twitter-real-verified                    

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

नाम Twitter Real Verified Twitter Real Verified
ID jgpfnkhpecliocnopchaoogpmnejlghn
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-real-verified/jgpfnkhpecliocnopchaoogpmnejlghn
विवरण Return Twitter's legacy verification and change the verification badge from users with Twitter Blue
फ़ाइल का आकार 2.75 MB
स्थापना संख्या 824
वर्तमान संस्करण 2.1.7
अंतिम अपडेट 2023-11-26
प्रकाशन तिथि 2023-04-07
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर @luiserdef
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/luiserdef/twitter-real-verified
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_title__",
    "version": "2.1.7",
    "description": "__MSG_app_description__",
    "author": "@luiserdef",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "declarativeContent"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "verifiedUserList1.js",
                "verifiedUserList2.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ]
}