CircleHD Studio
Chrome Extension to record video from Camera, Screen or Picture in Picture
Co je CircleHD Studio?
CircleHD Studio je rozšíření Chrome vyvinuté https://www.circlehd.com, a jeho hlavní funkcí je „Chrome Extension to record video from Camera, Screen or Picture in Picture“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CircleHD Studio
Stáhněte si soubory rozšíření CircleHD Studio ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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]
Základní Informace o Rozšíření
Název | |
ID | lbphdjaagoejfionkfcmcjoleblnehih |
Oficiální URL | https://chrome.google.com/webstore/detail/circlehd-studio/lbphdjaagoejfionkfcmcjoleblnehih |
Popis | Chrome Extension to record video from Camera, Screen or Picture in Picture |
Velikost souboru | 157 KB |
Počet instalací | 42 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2019-03-22 |
Datum Vydání | 2019-03-22 |
Vývojář | https://www.circlehd.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.circlehd.com/studio |
URL Stránky Nápovědy | https://www.circlehd.com/studio/faq |
URL Stránky Zásad Ochrany Soukromí | https://www.circlehd.com/privacy-policy |
Podporované Jazyky | 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" ] } |