WebExtension.net
WebExtension.net

Screen Video Recorder & Screenshot

View on Chrome Web Store
View Screen Video Recorder & Screenshot Chrome Extension on Chrome Web Store
4.1 (458 ratings)

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.0
Manifest version
3
Updated
Updated on June 5, 2024
View on Chrome Web Store
View Screen Video Recorder & Screenshot Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website

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.0",
    "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'"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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