Eight Dollars

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

Eight Dollarsとは何ですか?

Eight DollarsはWalter Limによって開発されたChromeの拡張機能で、その主な機能は「Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.」です。

拡張機能のスクリーンショット

screenshot

Eight Dollars拡張機能のCRXファイルをダウンロード

Eight Dollars拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Eight Dollars Eight Dollars
ID fjbponfbognnefnmbffcfllkibbbobki
公式URL https://chromewebstore.google.com/detail/eight-dollars/fjbponfbognnefnmbffcfllkibbbobki
説明 Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.
ファイルサイズ 3.25 MB
インストール数 10,000
現在のバージョン 2.0
最終更新日 2023-05-01
公開日 2022-11-12
評価 4.48/5 合計 83 レビュー
開発者 Walter Lim
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/wseagar/eight-dollars
ヘルプページのURL https://github.com/wseagar/eight-dollars
対応言語 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"
    ]
}