IG Booster - Automation tool for Instagram
Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers
Что такое IG Booster - Automation tool for Instagram?
IG Booster - Automation tool for Instagram - это расширение Chrome, разработанное http://nicext.com, и его основная функция - "Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers".
Снимки экрана расширения
Скачать файл CRX расширения IG Booster - Automation tool for Instagram
Скачайте файлы расширений IG Booster - Automation tool for Instagram в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
▬▬▬▬▬▬ FEATURES ▬▬▬▬▬▬ Automate likes on Instagram. Automate follows on Instagram. Automate comments on Instagram. Automate DMs on Instagram. ▬▬▬▬▬▬ Notice ▬▬▬▬▬▬ - Respect the community well and don't SPAM. Mass and frequent actions might get your account restricted or even permanent blocked. Use it at your own risk. - The bot do not require your IG password. - The data is stored locally and will not transmit any of your personal data on the network ▬▬▬▬▬▬ Support ▬▬▬▬▬▬ [email protected]
Основная информация о расширении
Название | |
ID | nlopdameljpmldkfdkfcmfdfoppbjmob |
Официальный URL | https://chrome.google.com/webstore/detail/ig-booster-automation-too/nlopdameljpmldkfdkfcmfdfoppbjmob |
Описание | Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers |
Размер файла | 508 KB |
Количество установок | 769 |
Текущая Версия | 2.0.0 |
Последнее Обновление | 2022-10-04 |
Дата публикации | 2021-09-16 |
Рейтинг | 4.43/5 Всего 7 оценок |
Разработчик | http://nicext.com |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://nicext.com/ig-booster/ |
URL страницы политики конфиденциальности | http://nicext.com/comment-exporter-for-ig/privacy-policy.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IG Booster - Automation tool for Instagram", "description": "Super automation bot for Instagram, it helps you to auto Follow\/Like\/Comment\/DM to increase exposure and gain more followers", "version": "2.0.0", "manifest_version": 3, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "IG BOOSTER", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "permissions": [ "storage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "https:\/\/nicext.com\/", "https:\/\/*.cdninstagram.com\/*", "https:\/\/*.fbcdn.net\/*" ] } |