IG Comment Bot - Comment Automation for IG
IGCommentBot is smart IG comment bot for Instagram, automatically comment on other Posts, increase exposure and gain more followers
¿Qué es IG Comment Bot - Comment Automation for IG?
IG Comment Bot - Comment Automation for IG es una extensión de Chrome desarrollada por Infwiz, y su función principal es "IGCommentBot is smart IG comment bot for Instagram, automatically comment on other Posts, increase exposure and gain more followers".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IG Comment Bot - Comment Automation for IG
Descarga archivos de extensión IG Comment Bot - Comment Automation for IG en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
IG Comment Bot - Comment Automation for IG, engage with your target audience using comment. 🆕 New Update v1.5.2 ✓ Fix some issues # Features ✓ Comment Custom Users ✓ Comment by Hashtag ✓ Comment by Location ✓ Comment My Feed ✓ Comment User's Followers ✓ Comment User's Followings ✓ Customized random text comments ✓ Support Custom Placeholders ✓ Support to Comment hyper-personalized texts to custom users from a CSV file ✓ Spin syntax supported ✓ Support Estimated time to send the next Comment # How to get started? 1. Create a Comment List, we have created one for you 2. Create a bot, we also have created one for you and select a Comment List 3. Just run the bot, so simple. # FAQ https://igcommentbot.converts.cc/#faq If you have any problems, don't hesitate to contact us at [email protected]. If the bot is working, and if you restart your browser, you may need to click the pause button to PAUSE the bot first, then click the CONTINUE button to let the bot continue to work. # Data Privacy All the data you process is on your local computer and never passes through our servers. # Statement The extension is designed to reduce repetitive work, you shouldn't and can't send a lot of spam, in which case IG will ban your account soon. INSTAGRAM is a trademark of Instagram, LLC. IG Comment Bot is not affiliated with, endorsed, sponsored, or otherwise related to INSTAGRAM, Inc. or any of its affiliates or subsidiaries. # change logs New Update v1.5.0 ✓ Support to Comment Custom Users's posts ✓ Support to Comment hyper-personalized texts to custom users from a CSV file ✓ Support Custom Placeholders ✓ Support Estimated time to send the next Comment ✓ Spin syntax supported ✓ Fix some issues
Información Básica de la Extensión
Nombre | IG Comment Bot - Comment Automation for IG |
ID | dangnakfmfmldmnkaieopcnhgknonbfm |
URL Oficial | https://chromewebstore.google.com/detail/ig-comment-bot-comment-au/dangnakfmfmldmnkaieopcnhgknonbfm |
Descripción | IGCommentBot is smart IG comment bot for Instagram, automatically comment on other Posts, increase exposure and gain more followers |
Tamaño del Archivo | 1.65 MB |
Cantidad de Instalaciones | 1,305 |
Versión Actual | 1.5.2 |
Última Actualización | 2024-01-31 |
Fecha de Publicación | 2022-10-24 |
Calificación | 3.36/5 Total de 11 Calificaciones |
Desarrollador | Infwiz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://infwiz.com/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IG Comment Bot - Comment Automation for IG", "description": "IGCommentBot is smart IG comment bot for Instagram, automatically comment on other Posts, increase exposure and gain more followers", "version": "1.5.2", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj9AiJbRhNCHmo5y4SwJTe2POlllevJS+w7GdFsbtSolsAW\/IwDFoTjqt3FoDvL8vKmQiH7NDPtTB\/lxVruJIpWQgCGkDl8VHKjDv952aMOnnWjYJz3IybK1g8F9BB3m6aAIOaY1NHAZD4Ijs2sRNDfRAWgEmX4rAHuaiEXe69ASihFss02HDkvLkzqI+eWtv6ninJQf5Q4FmeF5trQ0SfIUmEVJ2yPyCYiNKBgCtfm9R0Hqnht9WxYLm9uwawVOpk5VHPSfnuHZmAwmHBt4pwVqLk01W\/Z6Q2bgw3veTPvpbW5ZW4lGPdXLNJc+8Js8gZ3S7e12DeRGWyzkVUOyCowIDAQAB", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/dangnakfmfmldmnkaieopcnhgknonbfm", "manifest_version": 3, "oauth2": { "client_id": "117382261447-i59rhqmjiglvqgn570op5uf5drf362gh.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ], "web_client_id": "117382261447-1ba93u5t1mq4n8bgk823hjeusn0un5eq.apps.googleusercontent.com" }, "background": { "service_worker": "service-worker.js" }, "icons": { "16": "public\/lib\/images\/logo_16.png", "32": "public\/lib\/images\/logo_32.png", "48": "public\/lib\/images\/logo_48.png", "128": "public\/lib\/images\/logo_128.png" }, "permissions": [ "storage", "unlimitedStorage", "cookies", "identity", "alarms" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.converts.cc\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "public\/lib\/js\/jquery-3.5.1.min.js", "Content.js" ], "css": [ "css\/Content.css" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "public\/lib\/images\/*" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "popup.html" } } |