FollowRush Basic
Automatic script for following people on twitter. Limited edition.
Что такое FollowRush Basic?
FollowRush Basic - это расширение Chrome, разработанное SmarkMedia, и его основная функция - "Automatic script for following people on twitter. Limited edition.".
Снимки экрана расширения
Скачать файл CRX расширения FollowRush Basic
Скачайте файлы расширений FollowRush Basic в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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]
Основная информация о расширении
Название | |
ID | omblcjeelpkconlajchlchejnpmpeogj |
Официальный URL | https://chrome.google.com/webstore/detail/followrush-basic/omblcjeelpkconlajchlchejnpmpeogj |
Описание | Automatic script for following people on twitter. Limited edition. |
Размер файла | 220 KB |
Количество установок | 36 |
Текущая Версия | 1.2 |
Последнее Обновление | 2015-07-11 |
Дата публикации | 2015-07-11 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | SmarkMedia |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |