Twitter Follower

Multi-follow (or unfollow) users on twitter

Twitter Follower là gì?

Twitter Follower là một tiện ích mở rộng Chrome được phát triển bởi https://twitter-follower.com, và tính năng chính của nó là "Multi-follow (or unfollow) users on twitter".

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

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

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

                        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"

For more details, watch the video:

https://www.youtube.com/channel/UCVZFtp6MBq9LGfnibWQI4Ug/


FREE TRIAL

Try it 10 days for free, then upgrade to keep on using it.


NEW SUBSCRIPTION SERVICE at https://www.twitter-follower.com/en/subscribe/twitter-follower


MANAGE YOUR SUBSCRIPTION: https://billing.stripe.com/p/login/7sIg1TgrvbHi76gdQQ


DISCLAIMER

To avoid being banned, read and follow rules and best practices.

Might stop working if layout changes.                    

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

Tên Twitter Follower Twitter Follower
ID hcghlfjkhaigchnbbkbcgadlnckobaei
URL Chính Thức https://chromewebstore.google.com/detail/twitter-follower/hcghlfjkhaigchnbbkbcgadlnckobaei
Mô tả Multi-follow (or unfollow) users on twitter
Kích Thước Tệp 209 KB
Số Lần Cài Đặt 11,602
Phiên Bản Hiện Tại 6.0.8
Cập Nhật Lần Cuối 2023-05-22
Ngày Phát Hành 2020-03-27
Đánh Giá 4.16/5 Tổng số 875 Đánh Giá
Nhà Phát Triển https://twitter-follower.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.twitter-follower.com/
URL Trang Chính Sách Bảo Mật https://www.twitter-follower.com/en/site/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Follower",
    "short_name": "TwitterFollwr",
    "description": "Multi-follow (or unfollow) users on twitter",
    "version": "6.0.8",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "storage",
        "unlimitedStorage",
        "identity",
        "identity.email"
    ],
    "oauth2": {
        "client_id": "232628812077-b2h1m67j64lhhrrj15f8na2d7677jsh5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "options_page": "settings\/index.html",
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Twitter Follower"
    },
    "background": {
        "scripts": [
            "settings\/lib\/store.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "js\/jquery-ui.min.js",
                "js\/xhttp_helper.js",
                "js\/profile.js",
                "js\/button.js",
                "js\/storage_record.js",
                "js\/followed.js",
                "js\/twitter_follower.js",
                "js\/page_observer.js",
                "js\/extension.js"
            ],
            "css": [
                "css\/twitter-follower.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/icon16.png",
        "img\/warning.png",
        "img\/success.png"
    ],
    "homepage_url": "https:\/\/www.twitter-follower.com\/",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ https:\/\/www.googleadservices.com\/ https:\/\/www.googletagmanager.com\/ https:\/\/googleads.g.doubleclick.net\/ https:\/\/api.twitter-follower.com\/ https:\/\/bat.bing.com\/; object-src 'self'",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCn4vehCJA4ITBiM+nCHkLwMIIyY+JDhpYAtH6t74ISPQ0bnEEK6Pvtj069TBDN+Zc2uGjCBm4UYkWaHSAwputVw+Glmg\/EpD9HSkigPOTcSzZowA+UFdqfras2ofZW6K\/gTWO5NeFuoQkrysBOlttqKJbyfogYac1AMgcJDkMxXQIDAQAB"
}