Mass Follow for Twitter
A Complete Twitter Automation Tool
What is Mass Follow for Twitter?
Mass Follow for Twitter is a Chrome extension developed by massfollow.io, and its main feature is "A Complete Twitter Automation Tool".
Extension Screenshots
Download Mass Follow for Twitter Extension CRX File
Download Mass Follow for Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | egcdicgpcilaminjgbeinfbcbmlkncmp |
Official URL | https://chrome.google.com/webstore/detail/mass-follow-for-twitter/egcdicgpcilaminjgbeinfbcbmlkncmp |
Description | A Complete Twitter Automation Tool |
File Size | 57.45 KB |
Installation Count | 1,000 |
Current Version | 1.1 |
Last Updated | 2020-05-23 |
Publish Date | 2020-05-23 |
Rating | 4.00/5 Total 8 Ratings |
Developer | massfollow.io |
Payment Type | free |
Extension Website | https://massfollow.io/ |
Help Page URL | https://massfollow.io/ |
Privacy Policy Page URL | http://massfollow.io |
Supported Languages | 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" } } |