LocalService Web Plug-in 2

the Web Plug-in for video play by LocalService

O que é LocalService Web Plug-in 2?

LocalService Web Plug-in 2 é uma extensão do Chrome desenvolvida por shw03324, e sua principal característica é "the Web Plug-in for video play by LocalService".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LocalService Web Plug-in 2

Baixe arquivos de extensão LocalService Web Plug-in 2 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome LocalService Web Plug-in 2 LocalService Web Plug-in 2
ID lmheddkblpkjlenfibgjpfheabbjemgd
URL Oficial https://chromewebstore.google.com/detail/localservice-web-plug-in/lmheddkblpkjlenfibgjpfheabbjemgd
Descrição the Web Plug-in for video play by LocalService
Tamanho do Arquivo 58.48 KB
Contagem de Instalações 7,596
Versão Atual 2.4
Última Atualização 2022-10-20
Data de Publicação 2021-04-11
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor shw03324
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}