FollowRush Basic
Automatic script for following people on twitter. Limited edition.
O que é FollowRush Basic?
FollowRush Basic é uma extensão do Chrome desenvolvida por SmarkMedia, e sua principal característica é "Automatic script for following people on twitter. Limited edition.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FollowRush Basic
Baixe arquivos de extensão FollowRush Basic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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]
Informações Básicas da Extensão
Nome | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
URL Oficial | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
Descrição | Automatic script for following people on twitter. Limited edition. |
Tamanho do Arquivo | 220 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.2 |
Última Atualização | 2015-07-11 |
Data de Publicação | 2015-07-11 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | SmarkMedia |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |