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