Extension for D1NMH Native Messaging Host

Extension for interacting with D1NMH Native Messaging Host plugin which implements Belarus cryptography

ما هو Extension for D1NMH Native Messaging Host؟

Extension for D1NMH Native Messaging Host هو إضافة Chrome تم تطويرها بواسطة https://isc.by، والميزة الرئيسية لها هي "Extension for interacting with D1NMH Native Messaging Host plugin which implements Belarus cryptography".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Extension for D1NMH Native Messaging Host

قم بتنزيل ملفات الامتداد Extension for D1NMH Native Messaging Host بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Extension for D1NMH plugin with Belarus cryptography                    

معلومات أساسية عن التمديد

الاسم Extension for D1NMH Native Messaging Host Extension for D1NMH Native Messaging Host
ID ajcbbckcdngehkhpffnmlhnnccecmaci
عنوان URL الرسمي https://chromewebstore.google.com/detail/extension-for-d1nmh-nativ/ajcbbckcdngehkhpffnmlhnnccecmaci
الوصف Extension for interacting with D1NMH Native Messaging Host plugin which implements Belarus cryptography
حجم الملف 27.24 KB
عدد التثبيتات 1,587
النسخة الحالية 1.0.0.61
آخر تحديث 2022-06-16
تاريخ النشر 2019-06-11
تقييم 5.00/5 مجموع تقييمات 4
المطور https://isc.by
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/www.isc.by\/*",
                "*:\/\/ep.isc.by\/*",
                "*:\/\/portal.isc.by\/*",
                "*:\/\/astd.isc.by\/*",
                "*:\/\/ed.isc.by\/*",
                "*:\/\/ep-test.isc.by\/*",
                "*:\/\/ep2.isc.by\/*",
                "*:\/\/ep-test2.isc.by\/*",
                "*:\/\/aspred.rw\/*",
                "*:\/\/www.aspred.rw\/*",
                "*:\/\/localhost\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "name": "Extension for D1NMH Native Messaging Host",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.0.0.61",
    "description": "Extension for interacting with D1NMH Native Messaging Host plugin which implements Belarus cryptography",
    "web_accessible_resources": [
        "d1ext_api.js"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    }
}