WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
RecordPlus - Screen Recorder

RecordPlus - Screen Recorder

View on Chrome Web Store
View RecordPlus - Screen Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
6 views
This extension has been viewed 6 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.

Captures tabs, desktop, webcam, microphone, and system sound. Annotate with pencil tool and color picker.
Type
Extension
Users
40 users
1
GeniusEx
View author page of GeniusEx
Published
Published on December 31, 2024
Version 1.0.1
Manifest version
3
Updated
Updated on January 2, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View RecordPlus - 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",
    "manifest_version": 3,
    "name": "RecordPlus - Screen Recorder",
    "version": "1.0.1",
    "description": "Captures tabs, desktop, webcam, microphone, and system sound. Annotate with pencil tool and color picker.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "tabCapture"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "x_pencil.png",
                "x_pencil_disabled.png",
                "x_rubber.png",
                "x_delete.png",
                "x_screenshots.png",
                "camera.html",
                "camera.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}
© 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