WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Image downloader Korag

Image downloader Korag

View on Chrome Web Store
View Image downloader Korag Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
5 views
This extension has been viewed 5 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.

Simple way to find and download all images on the web
Type
Extension
Users
217 users
1
Armen Stepanyan
View author page of Armen Stepanyan
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 20, 2021
Version 0.3
Manifest version
3
Updated
Updated on February 18, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Image downloader Korag 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",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "64.png",
        "default_popup": "options\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Simple way to find and download all images on the web",
    "icons": {
        "16": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Image downloader Korag",
    "options_ui": {
        "page": "options\/index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "contextMenus",
        "webRequest"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "version": "0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "content\/page-style.css",
                "content\/external-link.svg",
                "content\/download.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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