1-click blocker for Twitter

Block users on Twitter in one click instead of 3.

1-click blocker for Twitter là gì?

1-click blocker for Twitter là một tiện ích mở rộng Chrome được phát triển bởi dara_tobi, và tính năng chính của nó là "Block users on Twitter in one click instead of 3.".

Ả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 1-click blocker for Twitter

Tải xuống các tệp mở rộng 1-click blocker for Twitter 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

                        This extension modifies Twitter by adding a block button to each Tweet. The block button that is added enables a user to block the owner of the Tweet in one click instead of the usual 3 clicks (1. open tweet menu, 2. click block user, 3. confirm block)

You can now block users from ANYWHERE! There's now a block button on the list of users on the Likes, followers, and reposts pages. This is a universal 1-click solution to your Twitter blocking problems.                    

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

Tên 1-click blocker for Twitter 1-click blocker for Twitter
ID clhbjgbdocpldiobndgnlijdcmpppkhl
URL Chính Thức https://chromewebstore.google.com/detail/1-click-blocker-for-twitt/clhbjgbdocpldiobndgnlijdcmpppkhl
Mô tả Block users on Twitter in one click instead of 3.
Kích Thước Tệp 11.77 KB
Số Lần Cài Đặt 937
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2023-03-26
Đánh Giá 4.73/5 Tổng số 22 Đánh Giá
Nhà Phát Triển dara_tobi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/dara_tobi
URL Trang Trợ Giúp https://twitter.com/dara_tobi
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dara Oladosu",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "description": "Block users on Twitter in one click instead of 3.",
    "icons": {
        "48": "images\/one-click-blocker.png"
    },
    "manifest_version": 3,
    "name": "1-click blocker for Twitter",
    "offline_enabled": true,
    "short_name": "Twitter 1-click blocker",
    "version": "1.0.6"
}