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 là gì?
Extension for D1NMH Native Messaging Host là một tiện ích mở rộng Chrome được phát triển bởi https://isc.by, và tính năng chính của nó là "Extension for interacting with D1NMH Native Messaging Host plugin which implements Belarus cryptography".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Extension for D1NMH Native Messaging Host
Tải xuống các tệp mở rộng Extension for D1NMH Native Messaging Host dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Extension for D1NMH plugin with Belarus cryptography
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Extension for D1NMH Native Messaging Host |
ID | ajcbbckcdngehkhpffnmlhnnccecmaci |
URL Chính Thức | https://chromewebstore.google.com/detail/extension-for-d1nmh-nativ/ajcbbckcdngehkhpffnmlhnnccecmaci |
Mô tả | Extension for interacting with D1NMH Native Messaging Host plugin which implements Belarus cryptography |
Kích Thước Tệp | 27.24 KB |
Số Lần Cài Đặt | 1,587 |
Phiên Bản Hiện Tại | 1.0.0.61 |
Cập Nhật Lần Cuối | 2022-06-16 |
Ngày Phát Hành | 2019-06-11 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://isc.by |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |