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
电子邮箱 [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": []
        }
    ]
}