Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Videozen: Screen and Camera Recorder",
"manifest_version": 3,
"description": "Webcam and Screen recording extension by Proshort Inc",
"action": {
"default_icon": {
"16": "assets\/icons\/logo.png",
"24": "assets\/icons\/logo.png",
"32": "assets\/icons\/logo.png",
"48": "assets\/icons\/logo.png",
"64": "assets\/icons\/logo.png"
},
"default_title": "A video and screen recording extension"
},
"icons": {
"16": "assets\/icons\/logo.png",
"24": "assets\/icons\/logo.png",
"32": "assets\/icons\/logo.png",
"48": "assets\/icons\/logo.png",
"64": "assets\/icons\/logo.png"
},
"version": "0.0.0.37",
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"tabs",
"storage",
"activeTab",
"<all_urls>",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js",
"loginContent.js",
"componentsContent.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"html\/controls.html",
"html\/recordingAreaPanel.html",
"html\/previewLoader.html",
"html\/popup.html",
"html\/camera.html",
"html\/deleteModal.html",
"assets\/audio\/notification.mp3",
"assets\/icons\/redClose.svg",
"assets\/icons\/horizontalMenu.svg",
"assets\/icons\/horizontalMenuDark.svg",
"assets\/icons\/close.svg",
"assets\/icons\/logoRecording.png"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"http:\/\/*.localhost\/*",
"https:\/\/*.videozen.ai\/*",
"http:\/\/*.staging.videozen.ai\/*",
"http:\/\/*.create.videozen.ai\/*",
"https:\/\/*.test-enterprise-webapp-dtomz6qlaa-ue.a.run.app\/*"
]
}
}