FollowRush Basic
Automatic script for following people on twitter. Limited edition.
What is FollowRush Basic?
FollowRush Basic is a Chrome extension developed by SmarkMedia, and its main feature is "Automatic script for following people on twitter. Limited edition.".
Extension Screenshots
Download FollowRush Basic Extension CRX File
Download FollowRush Basic 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
FollowRush: FREE VERSION: Don't waste your time following other Twitter users and make it automatically! This extension is a great marketing tool, you can automatically follow your competence followers/following, which are "Target Market" for your business. If you want to use the extension with no new following limits (only the Twitter´s web), you should upgrade to our "GOLD version" Using this extension is under your own risk, we are not responsible for any problem occured after using it. We are not related to Twitter. Enjoy! Contact info: [email protected]
Extension Basic Information
Name | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
Official URL | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
Description | Automatic script for following people on twitter. Limited edition. |
File Size | 220 KB |
Installation Count | 36 |
Current Version | 1.2 |
Last Updated | 2015-07-11 |
Publish Date | 2015-07-11 |
Rating | 5.00/5 Total 6 Ratings |
Developer | SmarkMedia |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FollowRush Basic", "description": "Automatic script for following people on twitter. Limited edition.", "version": "1.2", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icon19x19.png", "38": "icon76x76.png" }, "default_popup": "popup.html" }, "permissions": [ "*:\/\/twitter.com\/*", "tabs", "webNavigation" ] } |