LocalService Web Plug-in 2

the Web Plug-in for video play by LocalService

Vad är LocalService Web Plug-in 2?

LocalService Web Plug-in 2 är en Chrome-tillägg utvecklad av shw03324, och dess huvudfunktion är "the Web Plug-in for video play by LocalService".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner LocalService Web Plug-in 2-förlängningens CRX-fil

Ladda ner LocalService Web Plug-in 2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn LocalService Web Plug-in 2 LocalService Web Plug-in 2
ID lmheddkblpkjlenfibgjpfheabbjemgd
Officiell webbadress https://chromewebstore.google.com/detail/localservice-web-plug-in/lmheddkblpkjlenfibgjpfheabbjemgd
Beskrivning the Web Plug-in for video play by LocalService
Filstorlek 58.48 KB
Antal Installationer 7,596
Aktuell Version 2.4
Senast Uppdaterad 2022-10-20
Publiceringsdatum 2021-04-11
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare shw03324
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}