LocalService Web Plug-in 2

the Web Plug-in for video play by LocalService

LocalService Web Plug-in 2 là gì?

LocalService Web Plug-in 2 là một tiện ích mở rộng Chrome được phát triển bởi shw03324, và tính năng chính của nó là "the Web Plug-in for video play by LocalService".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LocalService Web Plug-in 2

Tải xuống các tệp mở rộng LocalService Web Plug-in 2 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

                        It is used to play the audio and video of specific manufacturer's camera products through the browser. This extended application is only valid for specific camera manufacturer's web pages that meet the requirements.                    

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

Tên LocalService Web Plug-in 2 LocalService Web Plug-in 2
ID lmheddkblpkjlenfibgjpfheabbjemgd
URL Chính Thức https://chromewebstore.google.com/detail/localservice-web-plug-in/lmheddkblpkjlenfibgjpfheabbjemgd
Mô tả the Web Plug-in for video play by LocalService
Kích Thước Tệp 58.48 KB
Số Lần Cài Đặt 7,596
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2022-10-20
Ngày Phát Hành 2021-04-11
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển shw03324
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LocalService Web Plug-in 2",
    "version": "2.4",
    "description": "the Web Plug-in for video play by LocalService",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo19.png",
            "38": "images\/logo38.png"
        },
        "defalut_title": "LocalService Web Plug-in"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "custom-protocol-check.min.js",
        "extension.js"
    ]
}