FollowRush Basic
Automatic script for following people on twitter. Limited edition.
Vad är FollowRush Basic?
FollowRush Basic är en Chrome-tillägg utvecklad av SmarkMedia, och dess huvudfunktion är "Automatic script for following people on twitter. Limited edition.".
Tilläggsskärmbilder
Ladda ner FollowRush Basic-förlängningens CRX-fil
Ladda ner FollowRush Basic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]
Grundläggande Information om Tillägg
Namn | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
Officiell webbadress | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
Beskrivning | Automatic script for following people on twitter. Limited edition. |
Filstorlek | 220 KB |
Antal Installationer | 36 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-07-11 |
Publiceringsdatum | 2015-07-11 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | SmarkMedia |
Betalningssätt | free |
Stödda Språk | 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" ] } |