WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Custom Screenshot

Custom Screenshot

View on Chrome Web Store
View Custom Screenshot Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

Take custom screenshots of any part of a webpage with adjustable format, quality, and size settings.
Type
Extension
Users
12 users
2
Illya Pihovych
View author page of Illya Pihovych
Published
Published on May 25, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on June 2, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Custom Screenshot 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": "Custom Screenshot",
    "description": "Take custom screenshots of any part of a webpage with adjustable format, quality, and size settings.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_icon": "img\/logo-48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "devtools_page": "devtools.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.js-loader-C2oKwVx_.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/index-fqoDCEN6.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-32.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-DqbaRccD.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting"
    ]
}
© 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