LocalService Web Plug-in 2

the Web Plug-in for video play by LocalService

Apa itu LocalService Web Plug-in 2?

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

Unduh file ekstensi LocalService Web Plug-in 2 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 LocalService Web Plug-in 2
ID lmheddkblpkjlenfibgjpfheabbjemgd
URL Resmi https://chromewebstore.google.com/detail/localservice-web-plug-in/lmheddkblpkjlenfibgjpfheabbjemgd
Deskripsi the Web Plug-in for video play by LocalService
Ukuran File 58.48 KB
Jumlah Instalasi 7,596
Versi Saat Ini 2.4
Terakhir Diperbarui 2022-10-20
Tanggal Publikasi 2021-04-11
Penilaian 5.00/5 Total 4 Penilaian
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",
    "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"
    ]
}