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 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_title": "Instagram Bot \u2013 Automation Tool for Instagram"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": false,
"css": [
"theme.blue.css",
"contentscript.css",
"jquery-ui.css"
],
"js": [
"jquery3.js",
"jquery-ui.js",
"wNumb.js",
"nouislider.js",
"jquery.tablesorter.js",
"jquery.tablesorter.widgets.js",
"widget-pager.js",
"contentscript.js"
],
"matches": [
"https:\/\/*.instagram.com\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "object-src 'self'; script-src 'self';"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"host_permissions": [
"https:\/\/*.instagram.com\/*"
],
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"tabs",
"scripting",
"storage",
"unlimitedStorage"
],
"version": "1.0.5",
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.instagram.com\/*"
],
"resources": [
"*.js",
"*.png",
"*.css",
"*.json",
"*.html"
]
}
]
}