dNet
Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs
What is dNet?
dNet is a Chrome extension developed by MrV, and its main feature is "Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs".
Extension Screenshots
Download dNet Extension CRX File
Download dNet 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
Access a decentralized internet on the Ardor blockchain platform. This extension will load HTML/CSS pages stored on Ardor the display them in your browser using *.ardor URLs
Extension Basic Information
Name | dNet |
ID | hfadghcjdnibmkeeoaffmhcgdgnlaohd |
Official URL | https://chromewebstore.google.com/detail/dnet/hfadghcjdnibmkeeoaffmhcgdgnlaohd |
Description | Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs |
File Size | 17.42 KB |
Installation Count | 23 |
Current Version | 0.5 |
Last Updated | 2020-03-17 |
Publish Date | 2020-03-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | MrV |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "dNet", "description": "Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs", "version": "0.5", "permissions": [ "webRequest", "storage", "activeTab", "*:\/\/*.ardor\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "options_page": "options.html", "web_accessible_resources": [ "images\/*.png", "index.html", "inject.js" ] } |