LocalService Web Plug-in 2 RVi

the Web Plug-in for video play by LocalService

LocalService Web Plug-in 2 RViとは何ですか?

LocalService Web Plug-in 2 RViはshw03324によって開発されたChromeの拡張機能で、その主な機能は「the Web Plug-in for video play by LocalService」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

LocalService Web Plug-in 2 RVi拡張機能のCRXファイルをダウンロード

LocalService Web Plug-in 2 RVi拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 LocalService Web Plug-in 2 RVi LocalService Web Plug-in 2 RVi
ID mbaoeplepikmnbdckjflkaphjlccccnj
公式URL https://chromewebstore.google.com/detail/localservice-web-plug-in/mbaoeplepikmnbdckjflkaphjlccccnj
説明 the Web Plug-in for video play by LocalService
ファイルサイズ 58.43 KB
インストール数 1,372
現在のバージョン 2.3
最終更新日 2021-10-14
公開日 2021-07-22
開発者 shw03324
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}