Goby
Chia Wallet
Was ist Goby?
Goby ist eine Chrome-Erweiterung, die von https://goby.app entwickelt wurde, und ihr Hauptmerkmal ist "Chia Wallet".
Erweiterungsscreenshots
Goby-Erweiterungs-CRX-Datei herunterladen
Laden Sie Goby-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Goby is an open-source browser plugin wallet for the Chia Network. 1. Support XCH & CAT transactions. 2. Allow Dapps to interact with the Chia Network. 3. Users can manage their assets smoothly.
Grundlegende Informationen zur Erweiterung
Name | Goby |
ID | jnkelfanjkeadonecabehalmbgpfodjm |
Offizielle URL | https://chromewebstore.google.com/detail/goby/jnkelfanjkeadonecabehalmbgpfodjm |
Beschreibung | Chia Wallet |
Dateigröße | 2.29 MB |
Installationsanzahl | 10,000 |
Aktuelle Version | 0.5.3 |
Letztes Update | 2024-02-28 |
Veröffentlichungsdatum | 2021-12-13 |
Bewertung | 4.43/5 Insgesamt 21 Bewertungen |
Entwickler | https://goby.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://goby.app |
Hilfeseite URL | https://docs.goby.app/FAQ |
URL der Datenschutzrichtlinien-Seite | https://goby.app/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appName__", "version": "0.5.3", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "512": "images\/icon-512.png" }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "goby", "default_popup": "popup.html" }, "author": "https:\/\/goby.app\/", "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "all_frames": true, "js": [ "webextension-polyfill.js", "content-script.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "matches": [ "*:\/\/connect.trezor.io\/*\/popup.html" ], "js": [ "vendor\/trezor\/trezor-content-script.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "alarms", "storage", "activeTab", "notifications" ], "web_accessible_resources": [ "user-media-permission.html" ] } |