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
Qu'est-ce que IG Booster - Automation tool for Instagram ?
IG Booster - Automation tool for Instagram est une extension Chrome développée par http://nicext.com, et sa fonction principale est "Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IG Booster - Automation tool for Instagram
Téléchargez les fichiers d'extension IG Booster - Automation tool for Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
▬▬▬▬▬▬ 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]
Informations de Base sur l'Extension
Nom | |
ID | nlopdameljpmldkfdkfcmfdfoppbjmob |
URL Officiel | https://chrome.google.com/webstore/detail/ig-booster-automation-too/nlopdameljpmldkfdkfcmfdfoppbjmob |
Description | Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers |
Taille du Fichier | 508 KB |
Nombre d'Installations | 769 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2022-10-04 |
Date de Publication | 2021-09-16 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | http://nicext.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://nicext.com/ig-booster/ |
URL de la Page de Politique de Confidentialité | http://nicext.com/comment-exporter-for-ig/privacy-policy.html |
Langues Prises en Charge | 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\/*" ] } |