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是由https://isc.by开发的Chrome扩展程序,该扩展的主要功能是“Extension for interacting with D1NMH Native Messaging Host plugin which implements Belarus cryptography”。

扩展截图

screenshot

下载Extension for D1NMH Native Messaging Host扩展crx文件

下载Extension for D1NMH Native Messaging Host扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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