WebExtension.net
Toggle dark mode
WebExtension.net

Screen Capture and Screen Recorder

View on Chrome Web Store
View Screen Capture and Screen Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (890 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Screen capture and screen recorder tool to record screen. Get more out of your screen captures! Take screenshots for free.
Type
Extension
Users
1,000,000 users
Screenshot Tool
View author page of Screenshot Tool
Published
Published on February 28, 2021
Version 1.5
Manifest version
3
Updated
Updated on January 22, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Screen Capture and Screen Recorder 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_name__",
    "description": "__MSG_desc__",
    "short_name": "__MSG_name__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "1.5",
    "action": {
        "default_icon": {
            "16": "icons\/icon-16_x_16.png",
            "32": "icons\/icon-32_x_32.png",
            "64": "icons\/icon-64_x_64.png",
            "128": "icons\/icon-128_x_128.png"
        },
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16_x_16.png",
        "32": "icons\/icon-32_x_32.png",
        "64": "icons\/icon-64_x_64.png",
        "128": "icons\/icon-128_x_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/libs\/jquery.min.js",
                ".\/libs\/jquery.Jcrop.min.js",
                ".\/js\/content.js"
            ],
            "css": [
                ".\/libs\/jquery.Jcrop.min.css",
                ".\/css\/content.css"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "downloads",
        "storage",
        "unlimitedStorage",
        "tabCapture",
        "desktopCapture",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "whole": {
            "suggested_key": {
                "default": "Alt+E",
                "mac": "Command+E"
            },
            "description": "Capture whole page"
        },
        "visible": {
            "suggested_key": {
                "default": "Alt+J",
                "mac": "Command+J"
            },
            "description": "Capture visible area"
        },
        "selected": {
            "suggested_key": {
                "default": "Alt+K",
                "mac": "Command+K"
            },
            "description": "Capture selected area"
        }
    }
}
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