Mass follow for Twitter

A feature-rich extension to mass follow and unfollow on Twitter.

什么是Mass follow for Twitter?

Mass follow for Twitter是由hamingoearnest开发的Chrome扩展程序,该扩展的主要功能是“A feature-rich extension to mass follow and unfollow on Twitter.”。

扩展截图

screenshot
screenshot

下载Mass follow for Twitter扩展crx文件

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

扩展使用说明

                        NON-OFFICIAL TWITTER TOOL TO:

 - Bulk follow/unfollow users
 - Bulk like tweets


HOW TO

Steps for following/unfollowing:

1. Visit twitter.com
2. Browse any page with profiles (followers, search, lists,...) and public "Follow" buttons
3. Use the plugin to "Follow/Unfollow them all!"

Steps for liking several tweets:

1. Visit twitter.com
2. Browse any page with public tweets (timeline, search,...) and public "Like" icons
3. Use the plugin button to "Like them all"

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.                    

扩展基本信息

名称 Mass follow for Twitter Mass follow for Twitter
ID ijppobefgfjffcajmniofbnjkooeneog
官方URL https://chromewebstore.google.com/detail/mass-follow-for-twitter/ijppobefgfjffcajmniofbnjkooeneog
简介 A feature-rich extension to mass follow and unfollow on Twitter.
文件大小 1.24 MB
安装次数 1,031
当前版本 1.0.2
更新时间 2023-04-05
上架时间 2023-02-07
评分 2.00/5 共4次评分
开发者 hamingoearnest
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1y5GwkWZrgcKjyZAav-FFa07brHP0f-t-T6oKkTamsY8/edit?usp=sharing
支持的语言 de,en,ca,da,cs,el,bg,bn,am-ET,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.2",
    "homepage_url": "https:\/\/twitter.com\/",
    "description": "A feature-rich extension to mass follow and unfollow on Twitter.",
    "default_locale": "en",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/inject\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ]
        }
    ]
}