INFINITE Browser Wallet
INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.
O que é INFINITE Browser Wallet?
INFINITE Browser Wallet é uma extensão do Chrome desenvolvida por https://infiniteworld.com, e sua principal característica é "INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão INFINITE Browser Wallet
Baixe arquivos de extensão INFINITE Browser Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | INFINITE Browser Wallet |
ID | jijmcpjphgekceoblbgeffccmganjaig |
URL Oficial | https://chromewebstore.google.com/detail/infinite-browser-wallet/jijmcpjphgekceoblbgeffccmganjaig |
Descrição | INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. |
Tamanho do Arquivo | 5.53 MB |
Contagem de Instalações | 205 |
Versão Atual | 0.1.0 |
Última Atualização | 2021-10-03 |
Data de Publicação | 2021-10-03 |
Desenvolvedor | https://infiniteworld.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://goinfinite.io |
URL da Página de Ajuda | https://goinfinite.io/help |
URL da Página de Política de Privacidade | https://suku.world/privacy |
Idiomas Suportados | 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" } |