WebExtension.net
Toggle dark mode
WebExtension.net

Image Downloader Continued

View on Chrome Web Store
View Image Downloader Continued Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (110 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Browse and download images on a web page.
Type
Extension
Users
30,000 users
10K
DK
View author page of DK
Published
Published on July 7, 2019
Version 2.8
Manifest version
2
Updated
Updated on November 7, 2019
lifestyle/art
Extension Category
View on Chrome Web Store
View Image Downloader Continued 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",
    "name": "Image Downloader Continued",
    "description": "Browse and download images on a web page.",
    "version": "2.8",
    "minimum_chrome_version": "31",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "downloads",
        "<all_urls>",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": "\/icon_128.png",
        "default_popup": "\/views\/popup.html"
    },
    "icons": {
        "16": "\/icon_16.png",
        "48": "\/icon_48.png",
        "128": "\/icon_128.png"
    },
    "web_accessible_resources": [
        "\/scripts\/injected.js"
    ],
    "background": {
        "scripts": [
            "\/scripts\/defaults.js"
        ]
    },
    "options_page": "\/views\/options.html",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "\/scripts\/shadowInject.js"
            ]
        }
    ]
}
WebExtension.net

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

© 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