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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}