Twitter Auto Follower Plus

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

Twitter Auto Follower Plus là gì?

Twitter Auto Follower Plus là một tiện ích mở rộng Chrome được phát triển bởi http://globaltwittertrends.com, và tính năng chính của nó là "follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Auto Follower Plus

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

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

Tên Twitter Auto Follower Plus Twitter Auto Follower Plus
ID eehomhmbkeifijgpddddpebgjdfaahec
URL Chính Thức https://chrome.google.com/webstore/detail/twitter-auto-follower-plu/eehomhmbkeifijgpddddpebgjdfaahec
Mô tả follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.
Kích Thước Tệp 39.47 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 74
Cập Nhật Lần Cuối 2022-02-11
Ngày Phát Hành 2020-11-27
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://globaltwittertrends.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://globaltwittertrends.com/
URL Trang Trợ Giúp https://globaltwittertrends.com/about.php
Ngôn Ngữ Được Hỗ Trợ 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"
}