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