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", "name": "__MSG_appName__", "version": "3.3", "manifest_version": 3, "default_locale": "en", "description": "__MSG_shortDesc__", "icons": { "16": "images\/16.png", "48": "images\/48.png", "64": "images\/64.png", "96": "images\/96.png", "128": "images\/128.png" }, "action": { "default_title": "Instagram Photo Downloader", "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "64": "images\/64.png", "96": "images\/96.png", "128": "images\/128.png" }, "default_popup": "html\/main.html" }, "permissions": [ "downloads" ], "host_permissions": [ "https:\/\/www.instagram.com\/" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "js": [ "js\/lib\/jquery-1.9.1.min.js", "js\/lib\/jszip.min.js", "js\/lib\/jszip.utils.js", "js\/lib\/fileSaver.js", "js\/instagram.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "background": { "service_worker": "js\/background.js", "type": "module" } }