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": "Instant Save for Instagram and Flickr", "short_name": "Instant Save", "version": "2.25", "description": "This extension allows saving of any Instagram or Flickr image via a single click on the context menu.", "offline_enabled": false, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/instagram.com\/*", "https:\/\/www.flickr.com\/*", "https:\/\/flickr.com\/*" ], "js": [ "app.js" ] } ], "permissions": [ "contextMenus" ], "action": { "128": "logo-128.png" }, "icons": { "16": "camera-16px.png", "128": "logo-128.png" } }