WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Image Downloader | Suricata

Image Downloader | Suricata

View on Chrome Web Store
View Image Downloader | Suricata Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (309 ratings)
1 new ratings
10 views
This extension has been viewed 10 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.

Find and download all images on a web page in bulk or individually.
Type
Extension
Users
40,000 users
10K
suricata.il.tech
View author page of suricata.il.tech
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 1, 2024
Version 3.5.0
Manifest version
3
Updated
Updated on December 24, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Image Downloader | Suricata 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,
    "name": "__MSG_appName__",
    "version": "3.5.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScriptCSS.css"
            ],
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "commands": {
        "open_popup": {
            "suggested_key": {
                "default": "Alt+Shift+1"
            },
            "description": "Open Image Downloader Popup"
        },
        "open_panel": {
            "suggested_key": {
                "default": "Alt+Shift+2"
            },
            "description": "Open Image Downloader Side Panel"
        }
    },
    "side_panel": {
        "default_path": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "storage",
        "downloads",
        "sidePanel",
        "management",
        "downloads.ui",
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "iFrame.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 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