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 là gì?
IG Booster - Automation tool for Instagram là một tiện ích mở rộng Chrome được phát triển bởi http://nicext.com, và tính năng chính của nó là "Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IG Booster - Automation tool for Instagram
Tải xuống các tệp mở rộng IG Booster - Automation tool for Instagram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
▬▬▬▬▬▬ 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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nlopdameljpmldkfdkfcmfdfoppbjmob |
URL Chính Thức | https://chrome.google.com/webstore/detail/ig-booster-automation-too/nlopdameljpmldkfdkfcmfdfoppbjmob |
Mô tả | Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers |
Kích Thước Tệp | 508 KB |
Số Lần Cài Đặt | 769 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2022-10-04 |
Ngày Phát Hành | 2021-09-16 |
Đánh Giá | 4.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://nicext.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://nicext.com/ig-booster/ |
URL Trang Chính Sách Bảo Mật | http://nicext.com/comment-exporter-for-ig/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |