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": "Instagram Audio Downloader", "version": "1.0.3", "homepage_url": "https:\/\/socialplus.ai", "description": "__MSG_desc__", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "https:\/\/www.instagram.com\/*" ], "permissions": [ "storage" ], "action": { "default_icon": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content-script.js" ], "css": [ "style\/style.css" ] }, { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "injects.js" ], "css": [], "world": "MAIN" } ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ] }