Twitter Follow Tools

a useful extension helping mass follow or unfollow

Twitter Follow Tools là gì?

Twitter Follow Tools là một tiện ích mở rộng Chrome được phát triển bởi Reeio Dev, và tính năng chính của nó là "a useful extension helping mass follow or unfollow".

Ả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 Twitter Follow Tools

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

                        A extension to help you mass follow / unfollow on Twitter.

UPDATA 0.0.2
- fix bug: shortcut only visible at twitter.com

------------------------

USAGE

1. Log into twitter.com
2. Go to a page with profiles (followers, following, search, list members, likes/retweets)
3. The extension icon should appear at the right buttom of the page 
4. Click the icon
5. Choose the function you like

CAUTION

Please carefully read the Twitter following rules and best practices. To prevent account suspension/locking increase the wait, limit your follow sessions and take a longer break between the sessions.

FEATURES

- Mass follow 
- Mass unfollow                    

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

Tên Twitter Follow Tools Twitter Follow Tools
ID cnmecagakojolcmdehdkljnaaepbafcd
URL Chính Thức https://chromewebstore.google.com/detail/twitter-follow-tools/cnmecagakojolcmdehdkljnaaepbafcd
Mô tả a useful extension helping mass follow or unfollow
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 298
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-09-15
Ngày Phát Hành 2022-08-02
Nhà Phát Triển Reeio Dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Follow Tools",
    "description": "a useful extension helping mass follow or unfollow ",
    "version": "0.0.2",
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/icons\/16.png",
                "\/icons\/32.png",
                "\/icons\/48.png",
                "\/icons\/128.png"
            ]
        }
    ],
    "options_page": "options.html"
}