LocalService Web Plug-in 2 RVi

the Web Plug-in for video play by LocalService

Vad är LocalService Web Plug-in 2 RVi?

LocalService Web Plug-in 2 RVi är en Chrome-tillägg utvecklad av shw03324, och dess huvudfunktion är "the Web Plug-in for video play by LocalService".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner LocalService Web Plug-in 2 RVi-förlängningens CRX-fil

Ladda ner LocalService Web Plug-in 2 RVi-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn LocalService Web Plug-in 2 RVi LocalService Web Plug-in 2 RVi
ID mbaoeplepikmnbdckjflkaphjlccccnj
Officiell webbadress https://chromewebstore.google.com/detail/localservice-web-plug-in/mbaoeplepikmnbdckjflkaphjlccccnj
Beskrivning the Web Plug-in for video play by LocalService
Filstorlek 58.43 KB
Antal Installationer 1,372
Aktuell Version 2.3
Senast Uppdaterad 2021-10-14
Publiceringsdatum 2021-07-22
Utvecklare shw03324
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}