FollowRush Basic
Automatic script for following people on twitter. Limited edition.
Co je FollowRush Basic?
FollowRush Basic je rozšíření Chrome vyvinuté SmarkMedia, a jeho hlavní funkcí je „Automatic script for following people on twitter. Limited edition.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FollowRush Basic
Stáhněte si soubory rozšíření FollowRush Basic ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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]
Základní Informace o Rozšíření
Název | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
Oficiální URL | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
Popis | Automatic script for following people on twitter. Limited edition. |
Velikost souboru | 220 KB |
Počet instalací | 36 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2015-07-11 |
Datum Vydání | 2015-07-11 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | SmarkMedia |
Typ Platby | free |
Podporované Jazyky | 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" ] } |