FollowRush Basic
Automatic script for following people on twitter. Limited edition.
¿Qué es FollowRush Basic?
FollowRush Basic es una extensión de Chrome desarrollada por SmarkMedia, y su función principal es "Automatic script for following people on twitter. Limited edition.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FollowRush Basic
Descarga archivos de extensión FollowRush Basic en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
URL Oficial | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
Descripción | Automatic script for following people on twitter. Limited edition. |
Tamaño del Archivo | 220 KB |
Cantidad de Instalaciones | 36 |
Versión Actual | 1.2 |
Última Actualización | 2015-07-11 |
Fecha de Publicación | 2015-07-11 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | SmarkMedia |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |