CircleHD Studio

Chrome Extension to record video from Camera, Screen or Picture in Picture

Что такое CircleHD Studio?

CircleHD Studio - это расширение Chrome, разработанное https://www.circlehd.com, и его основная функция - "Chrome Extension to record video from Camera, Screen or Picture in Picture".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CircleHD Studio

Скачайте файлы расширений 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]                    

Основная информация о расширении

Название CircleHD Studio CircleHD Studio
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"
    ]
}