WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Copy Instagram Images

Copy Instagram Images

View on Chrome Web Store
View Copy Instagram Images Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
15 views
This extension has been viewed 15 times
0 downloads
This extension has been downloaded 0 times

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

A browser extension that lets you right-click & copy the images from Instagram
Type
Extension
Users
347 users
2
sapondanaisriwan
View author page of sapondanaisriwan
Published
Published on May 10, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on May 10, 2024
lifestyle/well_being
Extension Category
View on Chrome Web Store
View Copy Instagram Images Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "Copy Instagram Images",
    "description": "A browser extension that lets you right-click & copy the images from Instagram",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Copy Instagram Images",
        "default_icon": "images\/CII-32.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/CII-16.png",
        "32": "images\/CII-32.png",
        "48": "images\/CII-48.png",
        "64": "images\/CII-64.png",
        "128": "images\/CII-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "**\/*",
                "*"
            ],
            "use_dynamic_url": true
        }
    ]
}
© 2025 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