LocalService Web Plug-in 2

the Web Plug-in for video play by LocalService

什么是LocalService Web Plug-in 2?

LocalService Web Plug-in 2是由shw03324开发的Chrome扩展程序,该扩展的主要功能是“the Web Plug-in for video play by LocalService”。

扩展截图

screenshot
screenshot
screenshot

下载LocalService Web Plug-in 2扩展crx文件

下载LocalService Web Plug-in 2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 LocalService Web Plug-in 2 LocalService Web Plug-in 2
ID lmheddkblpkjlenfibgjpfheabbjemgd
官方URL https://chromewebstore.google.com/detail/localservice-web-plug-in/lmheddkblpkjlenfibgjpfheabbjemgd
简介 the Web Plug-in for video play by LocalService
文件大小 58.48 KB
安装次数 7,596
当前版本 2.4
更新时间 2022-10-20
上架时间 2021-04-11
评分 5.00/5 共4次评分
开发者 shw03324
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}