LocalService Web Plug-in 2

the Web Plug-in for video play by LocalService

LocalService Web Plug-in 2คืออะไร?

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

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย LocalService Web Plug-in 2 ในรูปแบบ 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 LocalService Web Plug-in 2
ID lmheddkblpkjlenfibgjpfheabbjemgd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/localservice-web-plug-in/lmheddkblpkjlenfibgjpfheabbjemgd
คำอธิบาย the Web Plug-in for video play by LocalService
ขนาดไฟล์ 58.48 KB
จำนวนการติดตั้ง 7,596
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2022-10-20
วันที่เผยแพร่ 2021-04-11
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา 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",
    "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"
    ]
}