Eight Dollars

Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.

What is Eight Dollars?

Eight Dollars is a Chrome extension developed by Walter Lim, and its main feature is "Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.".

Extension Screenshots

screenshot

Download Eight Dollars Extension CRX File

Download Eight Dollars 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

                        Eight Dollars helps Twitter users differentiate between users that paid for verification and users that were given Twitter Verification.

Got an idea for a feature or issues using the extension? Visit https://github.com/wseagar/eight-dollars/issues                    

Extension Basic Information

Name Eight Dollars Eight Dollars
ID fjbponfbognnefnmbffcfllkibbbobki
Official URL https://chromewebstore.google.com/detail/eight-dollars/fjbponfbognnefnmbffcfllkibbbobki
Description Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.
File Size 3.25 MB
Installation Count 10,000
Current Version 2.0
Last Updated 2023-05-01
Publish Date 2022-11-12
Rating 4.48/5 Total 83 Ratings
Developer Walter Lim
Email [email protected]
Payment Type free
Extension Website https://github.com/wseagar/eight-dollars
Help Page URL https://github.com/wseagar/eight-dollars
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eight Dollars",
    "version": "2.0",
    "description": "Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.",
    "icons": {
        "16": ".\/assets\/16.png",
        "32": ".\/assets\/32.png",
        "48": ".\/assets\/48.png",
        "256": ".\/assets\/256.png",
        "512": ".\/assets\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js",
                "search.js",
                "data\/verified.txt"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": ".\/assets\/16.png",
            "32": ".\/assets\/32.png"
        },
        "default_title": "Eight Dollars - Options",
        "default_popup": "options\/options.html"
    },
    "permissions": [
        "storage"
    ]
}