Yaku Relay

Yaku Relay Extension for Chrome

What is Yaku Relay?

Yaku Relay is a Chrome extension developed by daishizensensei, and its main feature is "Yaku Relay Extension for Chrome".

Extension Screenshots

screenshot

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 official Yaku extension. The extension enables the Yaku community to sign in using their Solana Wallet to our desktop application.                    

Extension Basic Information

Name Yaku Relay Yaku Relay
ID mgboafcknbnggjjdkjeenlbceealhmlh
Official URL https://chromewebstore.google.com/detail/yaku-relay/mgboafcknbnggjjdkjeenlbceealhmlh
Description Yaku Relay Extension for Chrome
File Size 24.29 KB
Installation Count 209
Current Version 0.0.0.9
Last Updated 2023-03-22
Publish Date 2023-01-28
Rating 5.00/5 Total 2 Ratings
Developer daishizensensei
Email [email protected]
Payment Type free
Extension Website https://www.yaku.ai
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yaku Relay",
    "version": "0.0.0.9",
    "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",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/preview.yaku.ai\/*",
            "https:\/\/yaku.ai\/*",
            "https:\/\/www.yaku.ai\/*",
            "http:\/\/localhost\/*"
        ]
    }
}