LocalService Web Plug-in 2 RVi

the Web Plug-in for video play by LocalService

LocalService Web Plug-in 2 RVi là gì?

LocalService Web Plug-in 2 RVi 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 RVi

Tải xuống các tệp mở rộng LocalService Web Plug-in 2 RVi 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 RVi LocalService Web Plug-in 2 RVi
ID mbaoeplepikmnbdckjflkaphjlccccnj
URL Chính Thức https://chromewebstore.google.com/detail/localservice-web-plug-in/mbaoeplepikmnbdckjflkaphjlccccnj
Mô tả the Web Plug-in for video play by LocalService
Kích Thước Tệp 58.43 KB
Số Lần Cài Đặt 1,372
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2021-10-14
Ngày Phát Hành 2021-07-22
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 RVi",
    "version": "2.3",
    "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 2 RVi"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "custom-protocol-check.min.js",
        "extension.js"
    ]
}