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是由http://nicext.com开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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\/*" ] } |