WebExtension.net
Toggle dark mode
WebExtension.net

Fitkun Batch Download Image

View on Chrome Web Store
View Fitkun Batch Download Image Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (8 ratings)
1 new 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.

Browser extension that can find, select, filter and batch download images from any web page
Type
Extension
Users
1,000 users
11
fitk***************
View author page of fitk***************
Published
Published on December 19, 2024
Version 5.1.7
Manifest version
3
Updated
Updated on January 22, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Fitkun Batch Download 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",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "5.1.7",
    "description": "__MSG_description__",
    "background": {
        "service_worker": ".\/background.js"
    },
    "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"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/grabber.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/scriptShell.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/start_scriptShell.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "side_panel": {
        "default_path": "sidepanel\/sidepanel.html"
    },
    "permissions": [
        "storage",
        "sidePanel",
        "scripting",
        "activeTab",
        "tabs",
        "declarativeNetRequest",
        "downloads",
        "cookies",
        "unlimitedStorage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/scriptShell.js",
                "content\/scriptBus.js",
                "content\/start_scriptBus.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "handler\/handler.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
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