WebExtension.net
WebExtension.net

zzllrr Imager Geek

View on Chrome Web Store
View zzllrr Imager Geek Chrome Extension on Chrome Web Store
3.4 (504 ratings)

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

An efficient image batch downloader that supports web page screenshots. Quickly extract images from any webiste you want.
Type
Extension
Users
20,000 users
extfind
View author page of extfind
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 27, 2011
Version 2024.5.26
Manifest version
3
Updated
Updated on August 7, 2024
View on Chrome Web Store
View zzllrr Imager Geek Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "2024.5.26",
    "description": "__MSG_description__",
    "background": {
        "service_worker": ".\/background.js"
    },
    "options_page": "options\/options.html",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/logo\/logo_x48.png"
    },
    "icons": {
        "16": "assets\/logo\/logo_x16.png",
        "48": "assets\/logo\/logo_x48.png",
        "128": "assets\/logo\/logo_x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js",
                "content\/content_screenshot.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content\/run_start.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/scriptShell.js",
                "content\/grabber.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/scriptBus.js",
                "content\/start_scriptBus.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": ".\/rules.json"
            }
        ]
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "downloads.open",
        "contextMenus",
        "tabs",
        "storage",
        "unlimitedStorage",
        "notifications",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}
WebExtension.net

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

© 2024 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