CircleHD Studio
Chrome Extension to record video from Camera, Screen or Picture in Picture
什么是CircleHD Studio?
CircleHD Studio是由https://www.circlehd.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension to record video from Camera, Screen or Picture in Picture”。
扩展截图
下载CircleHD Studio扩展crx文件
下载CircleHD Studio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CircleHD users can record, publish and share videos to CircleHD community using CircleHD Studio extension for Google Chrome browser. This extension is required if you would like to record screen and picture in picture mode to your portal. If you have questions contact us at [email protected]
扩展基本信息
名称 | |
ID | lbphdjaagoejfionkfcmcjoleblnehih |
官方URL | https://chrome.google.com/webstore/detail/circlehd-studio/lbphdjaagoejfionkfcmcjoleblnehih |
简介 | Chrome Extension to record video from Camera, Screen or Picture in Picture |
文件大小 | 157 KB |
安装次数 | 42 |
当前版本 | 2.1 |
更新时间 | 2019-03-22 |
上架时间 | 2019-03-22 |
开发者 | https://www.circlehd.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.circlehd.com/studio |
帮助页面URL | https://www.circlehd.com/studio/faq |
隐私政策页面URL | https://www.circlehd.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CircleHD Studio", "description": "Chrome Extension to record video from Camera, Screen or Picture in Picture", "version": "2.1", "minimum_chrome_version": "70", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "icon.png" }, "background": { "scripts": [ ".\/background.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content-script.min.js" ] } ], "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "desktopCapture", "http:\/\/*\/*", "https:\/\/*.circlehd.com\/*", "https:\/\/*\/*", "identity", "notifications", "storage", "tabCapture", "tabs", "webNavigation", "webRequest", "webRequestBlocking" ], "browser_action": { "default_icon": "icon.png", "default_title": "Record Your Camera, Screen or Picture in Picture", "default_popup": "popup.html" }, "options_page": "options.html", "web_accessible_resources": [ "*.html" ] } |