FollowRush Basic
Automatic script for following people on twitter. Limited edition.
Was ist FollowRush Basic?
FollowRush Basic ist eine Chrome-Erweiterung, die von SmarkMedia entwickelt wurde, und ihr Hauptmerkmal ist "Automatic script for following people on twitter. Limited edition.".
Erweiterungsscreenshots
FollowRush Basic-Erweiterungs-CRX-Datei herunterladen
Laden Sie FollowRush Basic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
Offizielle URL | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
Beschreibung | Automatic script for following people on twitter. Limited edition. |
Dateigröße | 220 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.2 |
Letztes Update | 2015-07-11 |
Veröffentlichungsdatum | 2015-07-11 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | SmarkMedia |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |