WebExtension.net
WebExtension.net

Scrnli - Screen Recorder & Screen Capture App

View on Chrome Web Store
View Scrnli - Screen Recorder & Screen Capture App Chrome Extension on Chrome Web Store
4.7 (9,377 ratings)
1 new ratings

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

Free and easy to use screen recorder and screen capture tool. Take screenshot or screen record, edit, download, and share
Type
Extension
Users
1,000,000 users
Website scrnli.com
scrnli
View author page of scrnli
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 20, 2020
Version 4.2.3
Manifest version
3
Updated
Updated on October 4, 2024
View on Chrome Web Store
View Scrnli - Screen Recorder & Screen Capture App Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "4.2.3",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/32.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabCapture",
        "unlimitedStorage",
        "desktopCapture",
        "scripting",
        "offscreen",
        "debugger"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/js\/content-script.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "js": [
                ".\/js\/gpt-screenshot.js"
            ],
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ]
        },
        {
            "js": [
                ".\/js\/video-recorder-content.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": ".\/settings.html",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "screenshot-visible-tab": {
            "description": "Visible page"
        },
        "screenshot-selected-area": {
            "description": "Selected area"
        },
        "screenshot-browser-window": {
            "description": "Browser window"
        },
        "screenshot-entire-page": {
            "description": "Entire Page"
        },
        "add-image": {
            "description": "Add Image"
        },
        "download-entire-page": {
            "description": "Download Entire Page"
        }
    }
}
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