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": "AI DM inviter for brands",
"version": "3.6",
"description": "Generate dynamic invite messages for Instagram users",
"permissions": [
"storage",
"scripting",
"webRequest",
"tabs",
"activeTab",
"sidePanel"
],
"host_permissions": [
"https:\/\/influencers.ainfluencer.com\/*",
"https:\/\/invite-extension.watchthemlive.com\/*",
"https:\/\/app.ainfluencer.com\/*",
"https:\/\/*.stripe.com\/*",
"https:\/\/*.instagram.com\/*",
"https:\/\/*.tiktok.com\/*"
],
"background": {
"service_worker": "js\/core\/background.js"
},
"side_panel": {
"default_path": "sidePanel.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*",
"https:\/\/www.tiktok.com\/*"
],
"js": [
"js\/utils\/content-utils.js",
"js\/services\/profile-data.js",
"js\/ui\/ui-manager.js",
"js\/services\/direct-messaging.js",
"js\/services\/payment-service.js",
"js\/core\/content.js"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"sidePanel.html",
"payment-success.html",
"payment-failure.html",
"payment-success.js",
"payment-failure.js",
"js\/utils\/content-utils.js",
"js\/services\/profile-data.js",
"js\/services\/payment-service.js",
"js\/ui\/ui-manager.js",
"js\/ui\/video-tutorial.js",
"js\/services\/direct-messaging.js",
"js\/core\/content.js",
"photos\/*"
],
"matches": [
"https:\/\/*.instagram.com\/*",
"https:\/\/*.tiktok.com\/*"
]
}
],
"action": {
"default_icon": "photos\/icon.png"
},
"icons": {
"16": "photos\/icon.png",
"48": "photos\/icon.png",
"128": "photos\/icon.png"
}
}