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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}