Twitter Auto Follower Plus

follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.

什么是Twitter Auto Follower Plus?

Twitter Auto Follower Plus是由http://globaltwittertrends.com开发的Chrome扩展程序,该扩展的主要功能是“follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Twitter Auto Follower Plus扩展crx文件

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

扩展使用说明

                        This extension is ads-free and has no pro premium thing in it. Just a free and productive extension I made for myself to use.

This is mass follower for your twitter but it comes with more than that
1. mass follow people 
2. mass unfollow people 
3. mass like people tweets 
4. mass unlike people tweets
5. mass retweet other people tweets
6. mass unretweet other people tweets

It is faster and better than any other chrome extension based on twitter follower automation.                    

扩展基本信息

名称 Twitter Auto Follower Plus Twitter Auto Follower Plus
ID eehomhmbkeifijgpddddpebgjdfaahec
官方URL https://chrome.google.com/webstore/detail/twitter-auto-follower-plu/eehomhmbkeifijgpddddpebgjdfaahec
简介 follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.
文件大小 39.47 KB
安装次数 6,000
当前版本 74
更新时间 2022-02-11
上架时间 2020-11-27
评分 2.60/5 共5次评分
开发者 http://globaltwittertrends.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://globaltwittertrends.com/
帮助页面URL https://globaltwittertrends.com/about.php
支持的语言 en
manifest.json
{
    "author": "Ayush Kumar Singh",
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.",
    "homepage_url": "https:\/\/globaltwittertrends.com\/",
    "icons": {
        "128": "images\/mass_follow_for_new_twitter128.png",
        "16": "images\/mass_follow_for_new_twitter16.png",
        "48": "images\/mass_follow_for_new_twitter48.png"
    },
    "manifest_version": 2,
    "name": "Twitter Auto Follower Plus",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "74"
}