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
官方網址 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
電子郵箱 [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": []
        }
    ]
}