Yaku Relay
Yaku Relay Extension for Chrome
What is Yaku Relay?
Yaku Relay is a Chrome extension developed by Yakushima Corp, and its main feature is "Yaku Relay Extension for Chrome".
Extension Screenshots
Download Yaku Relay Extension CRX File
Download Yaku Relay 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 extension enables the Yaku community to sign in using their Solana Wallet to our desktop application.
Extension Basic Information
Name | |
ID | nokkpgbhojkohbjmccajfgifphminnpj |
Official URL | https://chromewebstore.google.com/detail/yaku-relay/nokkpgbhojkohbjmccajfgifphminnpj |
Description | Yaku Relay Extension for Chrome |
File Size | 24.12 KB |
Installation Count | 185 |
Current Version | 0.0.0.3 |
Last Updated | 2022-07-08 |
Publish Date | 2022-06-09 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Yakushima Corp |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yaku Relay", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgodX5gpWEAGU97VgL5rbhYgFA6\/lAq8WfnVxqZdWab2eT1Sj+DmbrLN6mCa3FjJJg2VSMFukcMBE1P4REY0N5OTxT9uEW\/ldG3jnXv10TSwychKAXOBAzobDho2vu8fYHZTJyCH\/aD8OrwFhMhfXUHMnik2zjFyBOEyyNVsgrmmW8lIt8nwHTDV9KR7ghmwLFpSmsMlpTigdRBgTdc6RLdUTmqTmEA0O3Ag9Ty3xUxvFwuA97jxGt32AOIaOl47vKfKCT0y9y4QEZ3Fm9kl23wTJRVWpl3CsB9uxhQeZmdunGiFBHQKHg33qV8qC\/ENQI4MGbsxdTsDfdtAuHOfZHwIDAQAB", "version": "0.0.0.3", "background": { "service_worker": "background.js" }, "manifest_version": 3, "description": "Yaku Relay Extension for Chrome", "action": { "default_popup": "main.html", "default_icon": { "16": "icon-256.png", "32": "icon-256.png", "48": "icon-256.png", "128": "icon-256.png" } }, "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "https:\/\/chrome-native-messaging.vercel.app\/*", "https:\/\/relay.yaku.life\/*" ] } } |