Blue Verified Badges for Everybody on Twitter

Makes everyone verified ("blue") on Twitter. You get a blue checkmark, you get a blue checkmark! Blue checkmarks for everybody!

What is Blue Verified Badges for Everybody on Twitter?

Blue Verified Badges for Everybody on Twitter is a Chrome extension developed by Blue, and its main feature is "Makes everyone verified ("blue") on Twitter. You get a blue checkmark, you get a blue checkmark! Blue checkmarks for everybody!".

Extension Screenshots

screenshot

Download Blue Verified Badges for Everybody on Twitter Extension CRX File

Download Blue Verified Badges for Everybody on Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Our new Chrome extension adds a blue verification badge on every user's profile picture on Twitter, regardless of their actual verification status! This is a great way to quickly identify verified accounts on the platform and ensure that you're following the real deal. As you know, we are all the real deal. With just a simple install, you can easily see which accounts have been verified. According to us, all of them. Plus, this extension allows everyone to have a blue verification badge, making it easier for users to trust and follow accounts they may not have otherwise. The extension is completely free to use and easy to install – simply add it to your Chrome browser and start enjoying the added security and peace of mind that comes with knowing you're following verified accounts. Best of all, your Twitter account will also get a sweet, blue verification checkbox next to it. We verify you. You are important. Whether you're a casual user or a social media influencer, this extension is a must-have for anyone looking to up their Twitter game. Try it out today!                    

Extension Basic Information

Name Blue Verified Badges for Everybody on Twitter Blue Verified Badges for Everybody on Twitter
ID pndjbadijenppgbgeoigdhaoiglepchg
Official URL https://chromewebstore.google.com/detail/blue-verified-badges-for/pndjbadijenppgbgeoigdhaoiglepchg
Description Makes everyone verified ("blue") on Twitter. You get a blue checkmark, you get a blue checkmark! Blue checkmarks for everybody!
File Size 7.11 KB
Installation Count 32
Current Version 0.0.0.1
Last Updated 2022-12-22
Publish Date 2022-12-21
Rating 3.00/5 Total 2 Ratings
Developer Blue
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Blue Verified Badges for Everybody on Twitter",
    "version": "0.0.0.1",
    "description": "Makes everyone verified (\"blue\") on Twitter. You get a blue checkmark, you get a blue checkmark! Blue checkmarks for everybody!",
    "icons": {
        "16": "images\/16x16.png",
        "19": "images\/19x19.png",
        "38": "images\/38x38.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/api.twitter.com\/*"
            ]
        }
    ]
}