Tweep: Distinguish b/w Blue & Verified Users

Differentiate Between Actual Verified Accounts and Twitter Blue Users.

What is Tweep: Distinguish b/w Blue & Verified Users?

Tweep: Distinguish b/w Blue & Verified Users is a Chrome extension developed by SageMod, and its main feature is "Differentiate Between Actual Verified Accounts and Twitter Blue Users.".

Extension Screenshots

screenshot
screenshot

Download Tweep: Distinguish b/w Blue & Verified Users Extension CRX File

Download Tweep: Distinguish b/w Blue & Verified Users 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

                        - Differentiate between Actual Verified Accounts and Twitter Blue Users.

Tweep can help you tell apart between Twitter Blue users and Actual Verified accounts.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
We do not collect any personal data.

Stay in touch:
Follow us on Twitter: https://twitter.com/ravensmove                    

Extension Basic Information

Name Tweep: Distinguish b/w Blue & Verified Users Tweep: Distinguish b/w Blue & Verified Users
ID okkffkdigahdnmlmkiimkhgbifioicgh
Official URL https://chromewebstore.google.com/detail/tweep-distinguish-bw-blue/okkffkdigahdnmlmkiimkhgbifioicgh
Description Differentiate Between Actual Verified Accounts and Twitter Blue Users.
File Size 224 KB
Installation Count 65
Current Version 1.0.1
Last Updated 2022-11-16
Publish Date 2022-11-15
Developer SageMod
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ravensmove.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweep: Distinguish b\/w Blue & Verified Users",
    "description": "Differentiate Between Actual Verified Accounts and Twitter Blue Users.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectCustomScript.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Tweep: Distinguish b\/w Blue & Verified Users",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}