puppeteer-stream
Version:
An Extension for Puppeteer to retrieve audio and/or video streams of a page
24 lines (23 loc) • 658 B
JSON
{
"name": "Video Capture",
"version": "0.1.0",
"key": "ackedhmjjinfocdcekpnbdocpmiffaac",
"manifest_version": 3,
"sockets": {
"tcp": { "connect": ["*"] }
},
"permissions": ["tabs", "tabCapture", "storage", "scripting", "sockets.udp", "sockets.tcp"],
"host_permissions": ["*://*/*", "<all_urls>", "https://*/*", "http://*/*"],
"action": { "default_title": "Video Capture" },
"background": { "service_worker": "background.js" },
"options_page": "options.html",
"commands": {
"invoke-action": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
},
"description": "Invoke extension for current tab"
}
}
}