Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Screen Recorder for Chrome Free",
"version": "1.0",
"description": "Record your screen, tab, or camera with advanced features.",
"permissions": [
"storage",
"activeTab",
"tabs",
"offscreen",
"scripting",
"unlimitedStorage"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"injectWebcamOverlay.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "service-worker.js"
},
"web_accessible_resources": [
{
"resources": [
"get-access.html",
"lib\/mp4-muxer.js",
"mp4-muxer-wrapper.js",
"lib\/mp4-muxer-umd.bundle.js",
"offscreen.html",
"video-playback.html"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}