FollowRush Basic
Automatic script for following people on twitter. Limited edition.
Cos'è FollowRush Basic?
FollowRush Basic è un'estensione di Chrome sviluppata da SmarkMedia, e la sua funzione principale è "Automatic script for following people on twitter. Limited edition.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FollowRush Basic
Scarica i file di estensione FollowRush Basic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
URL Ufficiale | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
Descrizione | Automatic script for following people on twitter. Limited edition. |
Dimensione del File | 220 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-07-11 |
Data di Pubblicazione | 2015-07-11 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | SmarkMedia |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |