INFINITE Browser Wallet
INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.
Co je INFINITE Browser Wallet?
INFINITE Browser Wallet je rozšíření Chrome vyvinuté https://infiniteworld.com, a jeho hlavní funkcí je „INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření INFINITE Browser Wallet
Stáhněte si soubory rozšíření INFINITE Browser Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | INFINITE Browser Wallet |
ID | jijmcpjphgekceoblbgeffccmganjaig |
Oficiální URL | https://chromewebstore.google.com/detail/infinite-browser-wallet/jijmcpjphgekceoblbgeffccmganjaig |
Popis | INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. |
Velikost souboru | 5.53 MB |
Počet instalací | 205 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2021-10-03 |
Datum Vydání | 2021-10-03 |
Vývojář | https://infiniteworld.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://goinfinite.io |
URL Stránky Nápovědy | https://goinfinite.io/help |
URL Stránky Zásad Ochrany Soukromí | https://suku.world/privacy |
Podporované Jazyky | 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" } |