Yaku Relay
Yaku Relay Extension for Chrome
Wat is Yaku Relay?
Yaku Relay is een Chrome-extensie ontwikkeld door Yakushima Corp, en de belangrijkste functie is "Yaku Relay Extension for Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Yaku Relay
Download Yaku Relay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The extension enables the Yaku community to sign in using their Solana Wallet to our desktop application.
Basisinformatie over de Extensie
Naam | |
ID | nokkpgbhojkohbjmccajfgifphminnpj |
Officiële URL | https://chromewebstore.google.com/detail/yaku-relay/nokkpgbhojkohbjmccajfgifphminnpj |
Beschrijving | Yaku Relay Extension for Chrome |
Bestandsgrootte | 24.12 KB |
Aantal Installaties | 185 |
Huidige Versie | 0.0.0.3 |
Laatst Bijgewerkt | 2022-07-08 |
Publicatiedatum | 2022-06-09 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Yakushima Corp |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |