LocalService Web Plug-in 2

the Web Plug-in for video play by LocalService

Cos'è LocalService Web Plug-in 2?

LocalService Web Plug-in 2 è un'estensione di Chrome sviluppata da shw03324, e la sua funzione principale è "the Web Plug-in for video play by LocalService".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LocalService Web Plug-in 2

Scarica i file di estensione LocalService Web Plug-in 2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LocalService Web Plug-in 2 LocalService Web Plug-in 2
ID lmheddkblpkjlenfibgjpfheabbjemgd
URL Ufficiale https://chromewebstore.google.com/detail/localservice-web-plug-in/lmheddkblpkjlenfibgjpfheabbjemgd
Descrizione the Web Plug-in for video play by LocalService
Dimensione del File 58.48 KB
Conteggio Installazioni 7,596
Versione Corrente 2.4
Ultimo Aggiornamento 2022-10-20
Data di Pubblicazione 2021-04-11
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore shw03324
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}