WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
NeetoRecord - Screen & Webcam Recorder

NeetoRecord - Screen & Webcam Recorder

View on Chrome Web Store
View NeetoRecord - Screen & Webcam Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (17 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.

Easily record your screen and share the video instantly. Perfect for remote work.
Type
Extension
Users
2,000 users
1K
neeto
View author page of neeto
Published
Published on January 3, 2024
Version 1.3.14
Manifest version
3
Updated
Updated on May 27, 2025
productivity/communication
Extension Category
View on Chrome Web Store
View NeetoRecord - Screen & Webcam 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": "NeetoRecord - Screen & Webcam Recorder",
    "version": "1.3.14",
    "description": "Easily record your screen and share the video instantly. Perfect for remote work.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1sHeYC4umpEeyEXB4yLlHGuQ1Mr6O2SJkeihZfQf4+wmW1a+sx82nwULjfMXpVQuWsYEyaYLDLTCLhl4Sx+9cKL5C1DSUYeONhxcj5vcI9fiqTEsCAsLyB+8YIJ6M60XInu16y8J02FGAIdYI2UONqHFDqzJiCVOfgmNzK8Jr3t4WZNcvOmBsZl1TZWs5meT8NR4nVx1io\/W0CgxDt8N0\/KDHVU+QE4sGrHxHc7tkPwa75+EWMppQCL9aavMlSUTBj\/UOCmT0P9d95Hiq\/TdMtsW\/eP1dgAEdxi0qPvDGPCijqbcquLt3lE7jI3XcW3y+5OjQC5yHhYCHOyfYfP3ZwIDAQAB",
    "icons": {
        "16": "public\/icons\/icon16.png",
        "48": "public\/icons\/icon48.png",
        "128": "public\/icons\/icon128.png"
    },
    "commands": {
        "discard": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Discard recording"
        },
        "pause_or_resume": {
            "suggested_key": {
                "default": "Alt+Shift+K"
            },
            "description": "Pause or resume recording"
        },
        "restart": {
            "suggested_key": {
                "default": "Alt+Shift+F"
            },
            "description": "Restart recording"
        },
        "start_or_stop": {
            "suggested_key": {
                "default": "Alt+Shift+E"
            },
            "description": "Stop recording"
        }
    },
    "action": {
        "default_title": "neetoRecord"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "components\/contentScript\/import-index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting",
        "contextMenus",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "components\/options\/index.html",
                "components\/cameraPermission\/index.html",
                "public\/NoiseSuppressorWorklet.js"
            ],
            "matches": [
                "https:\/\/*.neetorecord.net\/*",
                "https:\/\/*.neetorecord.com\/*",
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "components\/contentScript\/index.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.lvh.me:9037\/*",
            "https:\/\/*.neetorecord.net\/*",
            "https:\/\/*.neetorecord.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-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