ScreenCapture

This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!

ScreenCapture là gì?

ScreenCapture là một tiện ích mở rộng Chrome được phát triển bởi https://zapoj.com, và tính năng chính của nó là "This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!".

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

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

Tải xuống các tệp mở rộng ScreenCapture 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

                        Zapoj Screen sharing                    

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

Tên ScreenCapture ScreenCapture
ID cfealimhnnpndpaoaigoeoalhgbciefa
URL Chính Thức https://chromewebstore.google.com/detail/screencapture/cfealimhnnpndpaoaigoeoalhgbciefa
Mô tả This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
Kích Thước Tệp 7.71 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 4.8
Cập Nhật Lần Cuối 2019-10-23
Ngày Phát Hành 2019-10-22
Nhà Phát Triển https://zapoj.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://zapoj.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenCapture",
    "author": "Zapoj",
    "version": "4.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
    "homepage_url": "https:\/\/www.webrtc-experiment.com\/getScreenId\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.demo.zapoj.com\/*",
                "https:\/\/*.dev.zapoj.com\/*",
                "http:\/\/d1qbzrr1cuc5zg.cloudfront.net\/*",
                "https:\/\/chatapp.aadhya-analytics.com:4201\/*",
                "http:\/\/chatapp.aadhya-analytics.com:4201\/*",
                "https:\/\/127.0.0.1:4200\/*",
                "http:\/\/127.0.0.1:4200\/*",
                "http:\/\/localhost:4200\/*",
                "https:\/\/localhost:4200\/*",
                "https:\/\/52.43.138.246:3002\/*",
                "https:\/\/192.168.0.12:4200\/*",
                "https:\/\/chatapp.aadhya-analytics.com:30001\/*",
                "https:\/\/webrtc.demo.zapoj.com\/*",
                "https:\/\/webrtc.dev.zapoj.com\/*",
                "https:\/\/192.168.1.8:4200\/*",
                "http:\/\/192.168.1.8:4200\/*",
                "https:\/\/d1qbzrr1cuc5zg.cloudfront.net\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}