Remove Blue Check Users and Twitter Ads

Free tool to make Twitter a better place.

什么是Remove Blue Check Users and Twitter Ads?

Remove Blue Check Users and Twitter Ads是由Richard Miller开发的Chrome扩展程序,该扩展的主要功能是“Free tool to make Twitter a better place.”。

扩展截图

screenshot

下载Remove Blue Check Users and Twitter Ads扩展crx文件

下载Remove Blue Check Users and Twitter Ads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Twitter is increasingly becoming a difficult place to navigate, with a mix of verified blue check users, unverified people that paid $8 to get a blue check, and accounts impersonating other accounts, due to Twitter's failed verification process.

This app solves all of these problems by hiding all tweets from blue checked accounts. It also hides all ads and promoted tweets so that you can enjoy a social network with normal people, rather than advertisers, paid accounts, celebrities, and impersonated celebrities.                    

扩展基本信息

名称 Remove Blue Check Users and Twitter Ads Remove Blue Check Users and Twitter Ads
ID jojdeobknljcmmmgpcgbanaeomajkiio
官方URL https://chrome.google.com/webstore/detail/remove-blue-check-users-a/jojdeobknljcmmmgpcgbanaeomajkiio
简介 Free tool to make Twitter a better place.
文件大小 12.39 KB
安装次数 141
当前版本 1.0
更新时间 2022-11-09
上架时间 2022-11-09
评分 1.00/5 共1次评分
开发者 Richard Miller
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Blue Check Users and Twitter Ads",
    "short_name": "Hide Blue Checks Users",
    "description": "Free tool to make Twitter a better place.",
    "version": "1.0",
    "action": {
        "default_icon": "remove-blue-checks-48.png",
        "default_title": "Blue Check Remover"
    },
    "icons": {
        "16": "remove-blue-checks-16.png",
        "48": "remove-blue-checks-48.png",
        "128": "remove-blue-checks-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}