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",
"description": "Instagram Automation Software",
"version": "1.0.6",
"manifest_version": 3,
"name": "EZIG",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq6\/Pog7wPR\/vEsaBH6A8K9SrmptREgpbJ6F0tCRTqMTpQSxO1akqaSOtfVkpnbZYrj4KJttTqk1FSACJ3eSgB5yHBMuYfymlrlCYTESftHcMBQboTksht8oQanN+f8lVjy67VmrOceGWasJd0x6BP6nujLIyFbImDXpJg8dmaBDHniPwphtzxIXCg10Up6YbnWOSIHq5lsFe8+kwmzGw4VBmDlPWMJYSRNmmaM6+NTggm5c8JG8DA36wzkuzhwtmwURhOjQaDLzi1L6Nvz6ZFfNAGt0VJ2tgYotNGoZ2WurM4dKVbC153nyULyqO2Omta7xmIyg93LwaSRfUn1HSywIDAQAB",
"action": [],
"icons": {
"128": "icon-128.png"
},
"permissions": [
"background",
"storage",
"scripting",
"alarms",
"cookies"
],
"host_permissions": [
"*:\/\/www.instagram.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.instagram.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
],
"exclude_matches": [
"*:\/\/www.instagram.com\/direct\/*"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.instagram.com\/*ezi=1*",
"*:\/\/*.instagram.com\/*ezi=2*",
"*:\/\/*.instagram.com\/*ezi=3*"
],
"js": [
"extOverlayScript.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.instagram.com\/*"
],
"js": [
"pageReloaderScript.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.instagram.com\/*?ezi=2"
],
"js": [
"instaAIContentScript.bundle.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png",
"scripts\/*",
"iframes\/*",
"injections\/*"
],
"matches": [
"*:\/\/*.instagram.com\/*"
]
}
]
}