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

Screenshot & Screen Video Recorder

View on Chrome Web Store
View Screenshot & Screen Video Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (477 ratings)
1 new 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.

An effective screenshot and screen recording tool to quickly share screens and capture entire pages and edit.
Type
Extension
Users
400,000 users
Screen App
View author page of Screen App
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 6, 2021
Version 1.5.1
Manifest version
3
Updated
Updated on March 20, 2025
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Screenshot & Screen Video 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.5.1",
    "description": "__MSG_description__",
    "background": {
        "service_worker": ".\/serviceWorker\/sw.js"
    },
    "options_page": "html\/options.html",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": "assets\/logo\/icon.png"
    },
    "icons": {
        "128": "assets\/logo\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "css\/recordScreenContent.css"
            ],
            "js": [
                "js\/content\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "css\/recordTabs.css"
            ],
            "js": [
                "js\/recordTabs.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "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