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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shw03324 และคุณลักษณะหลักของมันคือ "the Web Plug-in for video play by LocalService"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LocalService Web Plug-in 2 RVi

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}