IG Commenter - Comment Bot for Instagram
IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf.
Qu'est-ce que IG Commenter - Comment Bot for Instagram ?
IG Commenter - Comment Bot for Instagram est une extension Chrome développée par WeBooster Team, et sa fonction principale est "IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IG Commenter - Comment Bot for Instagram
Téléchargez les fichiers d'extension IG Commenter - Comment Bot 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
YOU CAN * Comment by tags * Comment by your feed * Comment by locations * Comment by user's followers * Comment by user's followings SIMPLE * It takes less than 1 minute to set up. * IG Comment Bot follows "Set It and Forget It" principle. * IG Comment Bot works in background. You don't need to keep Instagram page open for it to work. SECURE * IG Comment Bot doesn’t need your Instagram username or password to operate. * IG Comment Bot doesn’t send your Instagram activity to a remote server. Your data is secure. * IG Comment Bot works from your local IP address. It is more secure comparing to the cloud based services that share one IP address for a dozen of users.
Informations de Base sur l'Extension
Nom | |
ID | cppdkkmhgelkpenlcongekfpmcahegic |
URL Officiel | https://chrome.google.com/webstore/detail/ig-commenter-comment-bot/cppdkkmhgelkpenlcongekfpmcahegic |
Description | IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf. |
Taille du Fichier | 2.04 MB |
Nombre d'Installations | 2,231 |
Version Actuelle | 1.2.6 |
Dernière Mise à Jour | 2022-06-22 |
Date de Publication | 2021-04-04 |
Évaluation | 3.54/5 Total 26 Évaluations |
Développeur | WeBooster Team |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://getwebooster.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IG Commenter - Comment Bot for Instagram", "description": "IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf.", "version": "1.2.6", "manifest_version": 2, "icons": { "48": "icons\/logo_active.png", "128": "icons\/[email protected]" }, "browser_action": { "default_icon": { "16": "icons\/logo.png", "24": "icons\/logo.png", "32": "icons\/logo.png" }, "default_title": "IG Comment Bot", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*", "*:\/\/*.sentry.io\/*", "cookies", "storage" ], "web_accessible_resources": [ "libs\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com\/ https:\/\/www.google-analytics.com; object-src 'self'" } |