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
Eメール [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"
            ]
        }
    ]
}