LocalService Web Plug-in 2

the Web Plug-in for video play by LocalService

Qu'est-ce que LocalService Web Plug-in 2 ?

LocalService Web Plug-in 2 est une extension Chrome développée par shw03324, et sa fonction principale est "the Web Plug-in for video play by LocalService".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LocalService Web Plug-in 2

Téléchargez les fichiers d'extension LocalService Web Plug-in 2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LocalService Web Plug-in 2 LocalService Web Plug-in 2
ID lmheddkblpkjlenfibgjpfheabbjemgd
URL Officiel https://chromewebstore.google.com/detail/localservice-web-plug-in/lmheddkblpkjlenfibgjpfheabbjemgd
Description the Web Plug-in for video play by LocalService
Taille du Fichier 58.48 KB
Nombre d'Installations 7,596
Version Actuelle 2.4
Dernière Mise à Jour 2022-10-20
Date de Publication 2021-04-11
Évaluation 5.00/5 Total 4 Évaluations
Développeur shw03324
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}