LocalService Web Plug-in 2 RVi

the Web Plug-in for video play by LocalService

Apa itu LocalService Web Plug-in 2 RVi?

LocalService Web Plug-in 2 RVi adalah ekstensi Chrome yang dikembangkan oleh shw03324, dan fitur utamanya adalah "the Web Plug-in for video play by LocalService".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi LocalService Web Plug-in 2 RVi

Unduh file ekstensi LocalService Web Plug-in 2 RVi dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LocalService Web Plug-in 2 RVi LocalService Web Plug-in 2 RVi
ID mbaoeplepikmnbdckjflkaphjlccccnj
URL Resmi https://chromewebstore.google.com/detail/localservice-web-plug-in/mbaoeplepikmnbdckjflkaphjlccccnj
Deskripsi the Web Plug-in for video play by LocalService
Ukuran File 58.43 KB
Jumlah Instalasi 1,372
Versi Saat Ini 2.3
Terakhir Diperbarui 2021-10-14
Tanggal Publikasi 2021-07-22
Pengembang shw03324
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}