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": "__MSG_appName__",
"version": "1.0.3",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png"
},
"default_title": "IG Download",
"default_popup": "popup\/index.html"
},
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/extensionpay.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/extensionpay.com"
},
"background": {
"service_worker": "background\/chrome.js"
},
"content_scripts": [
{
"js": [
"ExtPay.js",
"content\/index.js"
],
"matches": [
"https:\/\/www.instagram.com\/*"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"inject.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"xhr.js"
],
"matches": [
"https:\/\/www.instagram.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/www.instagram.com\/*"
]
}
}