Snapcast

Screensharing utility Snapcast

Snapcast là gì?

Snapcast là một tiện ích mở rộng Chrome được phát triển bởi https://www.snapcast.xyz, và tính năng chính của nó là "Screensharing utility Snapcast".

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

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

                        Cast your screen in a snap! This extension enables screencasts within the Snapcast app.                    

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

Tên Snapcast Snapcast
ID mljllkckippdlghlikjakkhfblngjgcn
URL Chính Thức https://chrome.google.com/webstore/detail/snapcast/mljllkckippdlghlikjakkhfblngjgcn
Mô tả Screensharing utility Snapcast
Kích Thước Tệp 4.35 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2015-11-30
Ngày Phát Hành 2015-11-30
Nhà Phát Triển https://www.snapcast.xyz
Loại Thanh Toán free
Trang Web Mở Rộng https://www.snapcast.xyz
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snapcast",
    "description": "Screensharing utility Snapcast",
    "version": "0.0.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": [],
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/icicle-kindling.herokuapp.com\/*",
                "https:\/\/www.snapcast.xyz\/*"
            ],
            "runs_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/icicle-kindling.herokuapp.com\/*",
            "https:\/\/www.snapcast.xyz\/*"
        ]
    }
}