Instagram downloader allows to download photo, image, video from Instagram, save story. Download video from Instagram
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_name__",
"description": "__MSG_desc__",
"default_locale": "en",
"version": "0.1.21",
"manifest_version": 3,
"icons": {
"16": "favicon.png",
"32": "logo192.png",
"48": "logo192.png",
"128": "logo512.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"constants.js",
"contentScript.js"
],
"css": [
"contentScript.css"
]
}
],
"action": {
"default_title": "__MSG_title__",
"default_popup": "popup.html",
"default_icon": {
"16": "favicon.png",
"32": "logo192.png",
"48": "logo192.png",
"128": "logo512.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}