AOK Wallet Extension
Light Web Wallet for AokChain as a Chrome Extension.
What is AOK Wallet Extension?
AOK Wallet Extension is a Chrome extension developed by Nugetzrul3, and its main feature is "Light Web Wallet for AokChain as a Chrome Extension.".
Extension Screenshots
Download AOK Wallet Extension Extension CRX File
Download AOK Wallet Extension 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
The Proof-of-Stake blockchain token platform This light chrome extension allows you to create new or import existing AokChain wallets and allows you to send and receive AokChain from your browser! This extension is fully open source and can be forked for other bitcoin based cryptocurrencies. Source code can be found here: https://github.com/Nugetzrul3/AokChain-Chrome-Wallet Special thanks to Volbil (https://github.com/volbil) for the development of the API server (https://github.com/AokChain/ApiServer).
Extension Basic Information
Name | AOK Wallet Extension |
ID | aoedbjimepepemdafoodplnknfkmbnle |
Official URL | https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle |
Description | Light Web Wallet for AokChain as a Chrome Extension. |
File Size | 516 KB |
Installation Count | 127 |
Current Version | 1.0.2 |
Last Updated | 2021-09-29 |
Publish Date | 2021-09-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Nugetzrul3 |
[email protected] | |
Payment Type | free |
Extension Website | https://aok.network |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AOK Wallet Extension", "version": "1.0.2", "manifest_version": 2, "description": "Light Web Wallet for AokChain as a Chrome Extension.", "browser_action": { "default_popup": "overlay.html", "default_title": "AOK Wallet", "default_icon": "img\/logo.png" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |