Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Turbo Downloader for Instagram", "description": "Download photos, videos and Reels from Instagram.", "version": "4.12.15", "icons": { "512": "icons\/igdl2.png" }, "web_accessible_resources": [ { "resources": [ "icons\/download_all_black.svg", "icons\/download_all_white.svg", "icons\/download_black.svg", "icons\/download_white.svg", "icons\/close_black_24dp.svg", "icons\/igdl2.png" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "js\/options.js", "css\/options.css" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "options_page": "options.html", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.cdninstagram.net\/*", "*:\/\/*.fbcdn.net\/*" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/extension.js" ], "css": [ "css\/extension.css" ] }, { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/inject.js" ], "run_at": "document_start", "world": "MAIN" }, { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/options_listener_inject.js" ], "run_at": "document_start" } ] }