Twitter Follow Tools

a useful extension helping mass follow or unfollow

什么是Twitter Follow Tools?

Twitter Follow Tools是由Reeio Dev开发的Chrome扩展程序,该扩展的主要功能是“a useful extension helping mass follow or unfollow”。

扩展截图

screenshot
screenshot

下载Twitter Follow Tools扩展crx文件

下载Twitter Follow Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Twitter Follow Tools Twitter Follow Tools
ID cnmecagakojolcmdehdkljnaaepbafcd
官方URL https://chromewebstore.google.com/detail/twitter-follow-tools/cnmecagakojolcmdehdkljnaaepbafcd
简介 a useful extension helping mass follow or unfollow
文件大小 136 KB
安装次数 298
当前版本 0.0.2
更新时间 2022-09-15
上架时间 2022-08-02
开发者 Reeio Dev
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}