Mass Follow for Twitter
A Complete Twitter Automation Tool
Mass Follow for Twitter là gì?
Mass Follow for Twitter là một tiện ích mở rộng Chrome được phát triển bởi massfollow.io, và tính năng chính của nó là "A Complete Twitter Automation Tool".
Ả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 Mass Follow for Twitter
Tải xuống các tệp mở rộng Mass Follow for Twitter 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | egcdicgpcilaminjgbeinfbcbmlkncmp |
URL Chính Thức | https://chrome.google.com/webstore/detail/mass-follow-for-twitter/egcdicgpcilaminjgbeinfbcbmlkncmp |
Mô tả | A Complete Twitter Automation Tool |
Kích Thước Tệp | 57.45 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-05-23 |
Ngày Phát Hành | 2020-05-23 |
Đánh Giá | 4.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | massfollow.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://massfollow.io/ |
URL Trang Trợ Giúp | https://massfollow.io/ |
URL Trang Chính Sách Bảo Mật | http://massfollow.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |