Tweep: Distinguish b/w Blue & Verified Users

Differentiate Between Actual Verified Accounts and Twitter Blue Users.

Tweep: Distinguish b/w Blue & Verified Usersとは何ですか?

Tweep: Distinguish b/w Blue & Verified UsersはSageModによって開発されたChromeの拡張機能で、その主な機能は「Differentiate Between Actual Verified Accounts and Twitter Blue Users.」です。

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

screenshot
screenshot

Tweep: Distinguish b/w Blue & Verified Users拡張機能のCRXファイルをダウンロード

Tweep: Distinguish b/w Blue & Verified Users拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - 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                    

拡張機能の基本情報

名前 Tweep: Distinguish b/w Blue & Verified Users Tweep: Distinguish b/w Blue & Verified Users
ID okkffkdigahdnmlmkiimkhgbifioicgh
公式URL https://chromewebstore.google.com/detail/tweep-distinguish-bw-blue/okkffkdigahdnmlmkiimkhgbifioicgh
説明 Differentiate Between Actual Verified Accounts and Twitter Blue Users.
ファイルサイズ 224 KB
インストール数 65
現在のバージョン 1.0.1
最終更新日 2022-11-16
公開日 2022-11-15
開発者 SageMod
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://ravensmove.com/privacy-policy
対応言語 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"
        }
    }
}