FollowRush Basic
Automatic script for following people on twitter. Limited edition.
Wat is FollowRush Basic?
FollowRush Basic is een Chrome-extensie ontwikkeld door SmarkMedia, en de belangrijkste functie is "Automatic script for following people on twitter. Limited edition.".
Extensie Screenshots
Download het CRX-bestand van de extensie FollowRush Basic
Download FollowRush Basic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
Officiële URL | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
Beschrijving | Automatic script for following people on twitter. Limited edition. |
Bestandsgrootte | 220 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-07-11 |
Publicatiedatum | 2015-07-11 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | SmarkMedia |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |