Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "Instagram AI",
"name": "__MSG_extensionName__",
"version": "0.1.6",
"manifest_version": 3,
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"js": [
"assets\/main.tsx-loader-BHK4UdNa.js"
],
"matches": [
"https:\/\/*.instagram.com\/*"
],
"css": [
"assets\/main-BaHNsOAy.css"
]
},
{
"js": [
"assets\/mailmagic-content.ts-loader-BqidymAN.js"
],
"matches": [
"https:\/\/app.mailmagic.ai\/*",
"https:\/\/staging.mailmagic.ai\/*",
"http:\/\/localhost:3000\/*"
]
}
],
"host_permissions": [
"https:\/\/*.instagram.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/*.chat.openai.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.instagram.com\/*",
"https:\/\/chat.openai.com\/*"
],
"resources": [
"logo.png",
"icon.png",
"magic-mode.png"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/*.instagram.com\/*"
],
"resources": [
"assets\/client-CgyFvr6-.js",
"assets\/utils-tXXZTUDF.js",
"assets\/main.tsx-CaI784NI.js"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/localhost:3000\/*",
"https:\/\/app.mailmagic.ai\/*",
"https:\/\/staging.mailmagic.ai\/*"
],
"resources": [
"assets\/mailmagic-content.ts-Df1fSCUI.js"
],
"use_dynamic_url": false
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"scripting"
]
}