FollowRush Basic
Automatic script for following people on twitter. Limited edition.
Co to jest FollowRush Basic?
FollowRush Basic to rozszerzenie Chrome opracowane przez SmarkMedia, a jego główną funkcją jest „Automatic script for following people on twitter. Limited edition.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FollowRush Basic
Pobierz pliki rozszerzeń FollowRush Basic w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
Oficjalny URL | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
Opis | Automatic script for following people on twitter. Limited edition. |
Rozmiar pliku | 220 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-07-11 |
Data Publikacji | 2015-07-11 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | SmarkMedia |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |