WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Screenshot & Screen Recorder

Screenshot & Screen Recorder

View on Chrome Web Store
View Screenshot & Screen Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (1,033 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share.
Type
Extension
Users
700,000 users
100K
Screen App
View author page of Screen App
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 12, 2021
Version 1.3.0
Manifest version
3
Updated
Updated on April 20, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Screenshot & 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_default_title__",
    "default_locale": "en",
    "version": "1.3.0",
    "description": "__MSG_description__",
    "background": {
        "service_worker": ".\/background\/background.js"
    },
    "options_page": "options\/options.html",
    "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": [
                "recordScreenContent\/recordScreenContent.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "recordTabs\/recordTabs.css"
            ],
            "js": [
                "recordTabs\/recordTabs.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content\/ct.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabCapture",
        "tabs",
        "downloads",
        "offscreen"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src-elem 'wasm-unsafe-eval'; script-src 'self'",
        "script-src-elem": [
            "wasm-unsafe-eval"
        ],
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}
© 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