LocalService Web Plug-in 2

the Web Plug-in for video play by LocalService

What is LocalService Web Plug-in 2?

LocalService Web Plug-in 2 is a Chrome extension developed by shw03324, and its main feature is "the Web Plug-in for video play by LocalService".

Extension Screenshots

screenshot
screenshot
screenshot

Download LocalService Web Plug-in 2 Extension CRX File

Download LocalService Web Plug-in 2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LocalService Web Plug-in 2 LocalService Web Plug-in 2
ID lmheddkblpkjlenfibgjpfheabbjemgd
Official URL https://chromewebstore.google.com/detail/localservice-web-plug-in/lmheddkblpkjlenfibgjpfheabbjemgd
Description the Web Plug-in for video play by LocalService
File Size 58.48 KB
Installation Count 7,596
Current Version 2.4
Last Updated 2022-10-20
Publish Date 2021-04-11
Rating 5.00/5 Total 4 Ratings
Developer shw03324
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}