LocalService Web Plug-in 2

the Web Plug-in for video play by LocalService

Was ist LocalService Web Plug-in 2?

LocalService Web Plug-in 2 ist eine Chrome-Erweiterung, die von shw03324 entwickelt wurde, und ihr Hauptmerkmal ist "the Web Plug-in for video play by LocalService".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

LocalService Web Plug-in 2-Erweiterungs-CRX-Datei herunterladen

Laden Sie LocalService Web Plug-in 2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LocalService Web Plug-in 2 LocalService Web Plug-in 2
ID lmheddkblpkjlenfibgjpfheabbjemgd
Offizielle URL https://chromewebstore.google.com/detail/localservice-web-plug-in/lmheddkblpkjlenfibgjpfheabbjemgd
Beschreibung the Web Plug-in for video play by LocalService
Dateigröße 58.48 KB
Installationsanzahl 7,596
Aktuelle Version 2.4
Letztes Update 2022-10-20
Veröffentlichungsdatum 2021-04-11
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler shw03324
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}