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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://globaltwittertrends.com และคุณลักษณะหลักของมันคือ "follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Auto Follower Plus
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |