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 |
官方網址 | 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" ] } |