Unusual Whales Twitter Bot Blocker

This extension will try to block all the bots on a tweet for you if you click the block button.

Unusual Whales Twitter Bot Blockerとは何ですか?

Unusual Whales Twitter Bot Blockerはhttps://unusualwhales.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will try to block all the bots on a tweet for you if you click the block button.」です。

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

screenshot
screenshot

Unusual Whales Twitter Bot Blocker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Twitter bots are out of control. This extension grabs finds bots and hides their replies on your own tweets, assuming you click the "block bot" button.

It only works for your own profile and your own tweets. It hides all suspicious bot replies and blocks the user.

Be careful, it may block unnecessary users.                    

拡張機能の基本情報

名前 Unusual Whales Twitter Bot Blocker Unusual Whales Twitter Bot Blocker
ID cidgofjocgnlgggmkpolamglcagbojnf
公式URL https://chromewebstore.google.com/detail/unusual-whales-twitter-bo/cidgofjocgnlgggmkpolamglcagbojnf
説明 This extension will try to block all the bots on a tweet for you if you click the block button.
ファイルサイズ 50.03 KB
インストール数 648
現在のバージョン 0.1
最終更新日 2022-09-14
公開日 2022-09-14
評価 5.00/5 合計 5 レビュー
開発者 https://unusualwhales.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://unusualwhales.com/tools
ヘルプページのURL https://unusualwhales.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unusual Whales Twitter Bot Blocker",
    "description": "This extension will try to block all the bots on a tweet for you if you click the block button.",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Unusual Whales Unusually Blocking",
        "default_popup": "popup.html"
    }
}