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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |