Dzb Usb Device
one to one data transmission
What is Dzb Usb Device?
Dzb Usb Device is a Chrome extension developed by qian1hai2zhen3, and its main feature is "one to one data transmission".
Extension Screenshots
Download Dzb Usb Device Extension CRX File
Download Dzb Usb Device extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
this is a link pen's plugin
Extension Basic Information
Name | Dzb Usb Device |
ID | ifnfoolkaagahcmoaogknhljpbpflldb |
Official URL | https://chromewebstore.google.com/detail/dzb-usb-device/ifnfoolkaagahcmoaogknhljpbpflldb |
Description | one to one data transmission |
File Size | 6.91 KB |
Installation Count | 189 |
Current Version | 3.3 |
Last Updated | 2019-07-02 |
Publish Date | 2019-07-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | qian1hai2zhen3 |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dzb Usb Device", "version": "3.3", "manifest_version": 2, "minimum_chrome_version": "59", "description": "one to one data transmission", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "hid", { "usbDevices": [ { "vendorId": 3616, "productId": 257 } ] } ], "optional_permissions": [ { "usbDevices": [ { "vendorId": 3616, "productId": 257 } ] } ], "externally_connectable": { "matches": [ "*:\/\/*.dz101.com\/*" ] }, "icons": { "128": "icon.png" }, "web_accessible_resources": [ "icon.png" ] } |