Yaku Relay
Yaku Relay Extension for Chrome
Qu'est-ce que Yaku Relay ?
Yaku Relay est une extension Chrome développée par Yakushima Corp, et sa fonction principale est "Yaku Relay Extension for Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yaku Relay
Téléchargez les fichiers d'extension Yaku Relay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The extension enables the Yaku community to sign in using their Solana Wallet to our desktop application.
Informations de Base sur l'Extension
Nom | |
ID | nokkpgbhojkohbjmccajfgifphminnpj |
URL Officiel | https://chromewebstore.google.com/detail/yaku-relay/nokkpgbhojkohbjmccajfgifphminnpj |
Description | Yaku Relay Extension for Chrome |
Taille du Fichier | 24.12 KB |
Nombre d'Installations | 185 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2022-07-08 |
Date de Publication | 2022-06-09 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | Yakushima Corp |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } } |