CircleHD Studio
Chrome Extension to record video from Camera, Screen or Picture in Picture
Hvad er CircleHD Studio?
CircleHD Studio er en Chrome-udvidelse udviklet af https://www.circlehd.com, og dens hovedfunktion er "Chrome Extension to record video from Camera, Screen or Picture in Picture".
Udvidelsesskærmbilleder
Download CircleHD Studio-udvidelses-CRX-fil
Download CircleHD Studio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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]
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lbphdjaagoejfionkfcmcjoleblnehih |
Officiel URL | https://chrome.google.com/webstore/detail/circlehd-studio/lbphdjaagoejfionkfcmcjoleblnehih |
Beskrivelse | Chrome Extension to record video from Camera, Screen or Picture in Picture |
Filstørrelse | 157 KB |
Antal Installationer | 42 |
Nuværende Version | 2.1 |
Senest Opdateret | 2019-03-22 |
Udgivelsesdato | 2019-03-22 |
Udvikler | https://www.circlehd.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.circlehd.com/studio |
Hjælpeside-URL | https://www.circlehd.com/studio/faq |
URL til Fortrolighedspolitik Side | https://www.circlehd.com/privacy-policy |
Understøttede Sprog | 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" ] } |