Hide Blue Checks

Hide tweets from accounts with blue checkmarks.

Hide Blue Checksとは何ですか?

Hide Blue ChecksはIan Websterによって開発されたChromeの拡張機能で、その主な機能は「Hide tweets from accounts with blue checkmarks.」です。

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

screenshot

Hide Blue Checks拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension hides tweets from accounts with Blue "Verified" Checkmarks.                    

拡張機能の基本情報

名前 Hide Blue Checks Hide Blue Checks
ID ahghnnmomjbgbfmmeiafbilhjlloaooc
公式URL https://chromewebstore.google.com/detail/hide-blue-checks/ahghnnmomjbgbfmmeiafbilhjlloaooc
説明 Hide tweets from accounts with blue checkmarks.
ファイルサイズ 17.17 KB
インストール数 121
現在のバージョン 0.0.1
最終更新日 2022-11-10
公開日 2022-11-07
評価 4.50/5 合計 4 レビュー
開発者 Ian Webster
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/typpo/hide-blue-checks
ヘルプページのURL https://github.com/typpo/hide-blue-checks/issues/new
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Blue Checks",
    "version": "0.0.1",
    "description": "Hide tweets from accounts with blue checkmarks.",
    "homepage_url": "https:\/\/github.com\/typpo\/hide-blue-checks",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "100.0"
        }
    },
    "icons": {
        "128": "icon.3998fbaf.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.b1d20040.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ]
}