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.
Was ist IG Commenter - Comment Bot for Instagram?
IG Commenter - Comment Bot for Instagram ist eine Chrome-Erweiterung, die von WeBooster Team entwickelt wurde, und ihr Hauptmerkmal ist "IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf.".
Erweiterungsscreenshots
IG Commenter - Comment Bot for Instagram-Erweiterungs-CRX-Datei herunterladen
Laden Sie IG Commenter - Comment Bot for Instagram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cppdkkmhgelkpenlcongekfpmcahegic |
Offizielle URL | https://chrome.google.com/webstore/detail/ig-commenter-comment-bot/cppdkkmhgelkpenlcongekfpmcahegic |
Beschreibung | IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf. |
Dateigröße | 2.04 MB |
Installationsanzahl | 2,231 |
Aktuelle Version | 1.2.6 |
Letztes Update | 2022-06-22 |
Veröffentlichungsdatum | 2021-04-04 |
Bewertung | 3.54/5 Insgesamt 26 Bewertungen |
Entwickler | WeBooster Team |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://getwebooster.com/privacy-policy |
Unterstützte Sprachen | 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'" } |