INFINITE Browser Wallet
INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.
Was ist INFINITE Browser Wallet?
INFINITE Browser Wallet ist eine Chrome-Erweiterung, die von https://infiniteworld.com entwickelt wurde, und ihr Hauptmerkmal ist "INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.".
Erweiterungsscreenshots
INFINITE Browser Wallet-Erweiterungs-CRX-Datei herunterladen
Laden Sie INFINITE Browser Wallet-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
A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. Fully integrated into the INFINITE marketplace on https://infiniteworld.com
Grundlegende Informationen zur Erweiterung
Name | INFINITE Browser Wallet |
ID | jijmcpjphgekceoblbgeffccmganjaig |
Offizielle URL | https://chromewebstore.google.com/detail/infinite-browser-wallet/jijmcpjphgekceoblbgeffccmganjaig |
Beschreibung | INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. |
Dateigröße | 5.53 MB |
Installationsanzahl | 205 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2021-10-03 |
Veröffentlichungsdatum | 2021-10-03 |
Entwickler | https://infiniteworld.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://goinfinite.io |
Hilfeseite URL | https://goinfinite.io/help |
URL der Datenschutzrichtlinien-Seite | https://suku.world/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "description": "INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/inject.js" ], "content_security_policy": "script-src 'self' ; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.1.0" } |