Mass Follow for Twitter
A Complete Twitter Automation Tool
Mass Follow for Twitterคืออะไร?
Mass Follow for Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย massfollow.io และคุณลักษณะหลักของมันคือ "A Complete Twitter Automation Tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mass Follow for Twitter
ดาวน์โหลดไฟล์ส่วนขยาย Mass Follow for Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mass Follow is the best tool available for growing your following on Twitter. We fixed what all of the other competitors were doing wrong and created something really valuable and useful. Fully customizable, automated, safe, and extremely easy to use.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | egcdicgpcilaminjgbeinfbcbmlkncmp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mass-follow-for-twitter/egcdicgpcilaminjgbeinfbcbmlkncmp |
คำอธิบาย | A Complete Twitter Automation Tool |
ขนาดไฟล์ | 57.45 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-05-23 |
วันที่เผยแพร่ | 2020-05-23 |
คะแนน | 4.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | massfollow.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://massfollow.io/ |
URL หน้าช่วยเหลือ | https://massfollow.io/ |
URL หน้านโยบายความเป็นส่วนตัว | http://massfollow.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mass Follow for Twitter", "version": "1.1", "minimum_chrome_version": "49.0.0.0", "description": "A Complete Twitter Automation Tool", "homepage_url": "https:\/\/massfollow.io", "author": "Mass Follow Team", "permissions": [ "storage", "https:\/\/twitter.com\/*", "unlimitedStorage", "https:\/\/massfollow.io\/" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "class_list.js", "extension.js" ], "css": [ "extension.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "extension.html" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |