CircleHD Studio

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

CircleHD Studio là gì?

CircleHD Studio là một tiện ích mở rộng Chrome được phát triển bởi https://www.circlehd.com, và tính năng chính của nó là "Chrome Extension to record video from Camera, Screen or Picture in Picture".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CircleHD Studio

Tải xuống các tệp mở rộng CircleHD Studio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CircleHD Studio CircleHD Studio
ID lbphdjaagoejfionkfcmcjoleblnehih
URL Chính Thức https://chrome.google.com/webstore/detail/circlehd-studio/lbphdjaagoejfionkfcmcjoleblnehih
Mô tả Chrome Extension to record video from Camera, Screen or Picture in Picture
Kích Thước Tệp 157 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2019-03-22
Ngày Phát Hành 2019-03-22
Nhà Phát Triển https://www.circlehd.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.circlehd.com/studio
URL Trang Trợ Giúp https://www.circlehd.com/studio/faq
URL Trang Chính Sách Bảo Mật https://www.circlehd.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}