WebExtension.net
WebExtension.net

Instant Save for Instagram and Flickr

View on Chrome Web Store
View Instant Save for Instagram and Flickr Chrome Extension on Chrome Web Store
3.8 (96 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension allows saving of any Instagram or Flickr image via a single click on the context menu.
Type
Extension
Users
10,000 users
dangardiner
View author page of dangardiner
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 25, 2016
Version 2.25
Manifest version
3
Updated
Updated on July 30, 2024
View on Chrome Web Store
View Instant Save for Instagram and Flickr Chrome Extension on Chrome Web Store
lifestyle/art
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top