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 là gì?

Unusual Whales Twitter Bot Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://unusualwhales.com, và tính năng chính của nó là "This extension will try to block all the bots on a tweet for you if you click the block button.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unusual Whales Twitter Bot Blocker

Tải xuống các tệp mở rộng Unusual Whales Twitter Bot Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unusual Whales Twitter Bot Blocker Unusual Whales Twitter Bot Blocker
ID cidgofjocgnlgggmkpolamglcagbojnf
URL Chính Thức https://chromewebstore.google.com/detail/unusual-whales-twitter-bo/cidgofjocgnlgggmkpolamglcagbojnf
Mô tả This extension will try to block all the bots on a tweet for you if you click the block button.
Kích Thước Tệp 50.03 KB
Số Lần Cài Đặt 648
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-09-14
Ngày Phát Hành 2022-09-14
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://unusualwhales.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://unusualwhales.com/tools
URL Trang Trợ Giúp https://unusualwhales.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}