LocalService Web Plug-in 2 RVi

the Web Plug-in for video play by LocalService

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

LocalService Web Plug-in 2 RVi 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 RVi

Téléchargez les fichiers d'extension LocalService Web Plug-in 2 RVi 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 RVi LocalService Web Plug-in 2 RVi
ID mbaoeplepikmnbdckjflkaphjlccccnj
URL Officiel https://chromewebstore.google.com/detail/localservice-web-plug-in/mbaoeplepikmnbdckjflkaphjlccccnj
Description the Web Plug-in for video play by LocalService
Taille du Fichier 58.43 KB
Nombre d'Installations 1,372
Version Actuelle 2.3
Dernière Mise à Jour 2021-10-14
Date de Publication 2021-07-22
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 RVi",
    "version": "2.3",
    "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 2 RVi"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "custom-protocol-check.min.js",
        "extension.js"
    ]
}