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",
"background": {
"service_worker": "\/js\/bg-worker.js"
},
"action": {
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"\/inject\/script.js"
],
"css": [
"\/inject\/style.min.css"
],
"matches": [
"*:\/\/*.instagram.com\/*"
]
}
],
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"downloads"
],
"version": "3.0.2",
"homepage_url": "https:\/\/downloader-instagram.freebusinessapps.net"
}