Yaku Relay
Yaku Relay Extension for Chrome
什么是Yaku Relay?
Yaku Relay是由daishizensensei开发的Chrome扩展程序,该扩展的主要功能是“Yaku Relay Extension for Chrome”。
扩展截图
下载Yaku Relay扩展crx文件
下载Yaku Relay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The official Yaku extension. The extension enables the Yaku community to sign in using their Solana Wallet to our desktop application.
扩展基本信息
名称 | |
ID | mgboafcknbnggjjdkjeenlbceealhmlh |
官方URL | https://chromewebstore.google.com/detail/yaku-relay/mgboafcknbnggjjdkjeenlbceealhmlh |
简介 | Yaku Relay Extension for Chrome |
文件大小 | 24.29 KB |
安装次数 | 209 |
当前版本 | 0.0.0.9 |
更新时间 | 2023-03-22 |
上架时间 | 2023-01-28 |
评分 | 5.00/5 共2次评分 |
开发者 | daishizensensei |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.yaku.ai |
支持的语言 | 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\/*" ] } } |