LocalService Web Plug-in 2

the Web Plug-in for video play by LocalService

Wat is LocalService Web Plug-in 2?

LocalService Web Plug-in 2 is een Chrome-extensie ontwikkeld door shw03324, en de belangrijkste functie is "the Web Plug-in for video play by LocalService".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie LocalService Web Plug-in 2

Download LocalService Web Plug-in 2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam LocalService Web Plug-in 2 LocalService Web Plug-in 2
ID lmheddkblpkjlenfibgjpfheabbjemgd
Officiële URL https://chromewebstore.google.com/detail/localservice-web-plug-in/lmheddkblpkjlenfibgjpfheabbjemgd
Beschrijving the Web Plug-in for video play by LocalService
Bestandsgrootte 58.48 KB
Aantal Installaties 7,596
Huidige Versie 2.4
Laatst Bijgewerkt 2022-10-20
Publicatiedatum 2021-04-11
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar shw03324
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}