CircleHD Studio
Chrome Extension to record video from Camera, Screen or Picture in Picture
What is CircleHD Studio?
CircleHD Studio is a Chrome extension developed by https://www.circlehd.com, and its main feature is "Chrome Extension to record video from Camera, Screen or Picture in Picture".
Extension Screenshots
Download CircleHD Studio Extension CRX File
Download CircleHD Studio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | |
ID | lbphdjaagoejfionkfcmcjoleblnehih |
Official URL | https://chrome.google.com/webstore/detail/circlehd-studio/lbphdjaagoejfionkfcmcjoleblnehih |
Description | Chrome Extension to record video from Camera, Screen or Picture in Picture |
File Size | 157 KB |
Installation Count | 42 |
Current Version | 2.1 |
Last Updated | 2019-03-22 |
Publish Date | 2019-03-22 |
Developer | https://www.circlehd.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.circlehd.com/studio |
Help Page URL | https://www.circlehd.com/studio/faq |
Privacy Policy Page URL | https://www.circlehd.com/privacy-policy |
Supported Languages | 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" ] } |