Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"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"
}
}