Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "IGAutomate",
"version": "4.1.0",
"description": "Professional Instagram Automation Overlay - IGAutomate",
"icons": {
"16": "app\/icons\/icon-16.png",
"32": "app\/icons\/icon-32.png",
"48": "app\/icons\/icon-48.png",
"128": "app\/icons\/icon-128.png"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"identity",
"identity.email"
],
"host_permissions": [
"https:\/\/www.instagram.com\/*",
"https:\/\/whisper-api-jokar.onrender.com\/*",
"https:\/\/*.cloudfunctions.net\/*",
"https:\/\/proud-wood-5ad1.jonhasexc.workers.dev\/*"
],
"action": [],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"content_scan_followers.js",
"content_scan_following.js",
"content_scan_photos.js",
"content_like.js",
"content_comment.js",
"content_reply.js",
"content_follow.js",
"ui_buttons.js",
"content_story.js",
"content_feed.js",
"content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"app\/*"
],
"matches": [
"https:\/\/www.instagram.com\/*"
]
}
]
}