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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |