FollowRush Basic
Automatic script for following people on twitter. Limited edition.
Qu'est-ce que FollowRush Basic ?
FollowRush Basic est une extension Chrome développée par SmarkMedia, et sa fonction principale est "Automatic script for following people on twitter. Limited edition.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FollowRush Basic
Téléchargez les fichiers d'extension FollowRush Basic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
URL Officiel | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
Description | Automatic script for following people on twitter. Limited edition. |
Taille du Fichier | 220 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-07-11 |
Date de Publication | 2015-07-11 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | SmarkMedia |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |