WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Photo download & Save image

Photo download & Save image

View on Chrome Web Store
View Photo download & Save image Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (9 ratings)
14 views
This extension has been viewed 14 times

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

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 19, 2025.

Conveniently download picture&photo on any page, quickly save images to local
Type
Extension
Users
8,000 users
Wuhenlove
View author page of Wuhenlove
Published
Published on August 13, 2022
Version 1.0.4
Manifest version
3
Updated
Updated on May 12, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Photo download & Save image 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.4",
    "name": "__MSG_ext_name__",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/chrome.google.com",
    "permissions": [
        "tabs",
        "storage",
        "downloads"
    ],
    "host_permissions": [],
    "icons": {
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon48.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}
© 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