INFINITE Browser Wallet
INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.
¿Qué es INFINITE Browser Wallet?
INFINITE Browser Wallet es una extensión de Chrome desarrollada por https://infiniteworld.com, y su función principal es "INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión INFINITE Browser Wallet
Descarga archivos de extensión INFINITE Browser Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | INFINITE Browser Wallet |
ID | jijmcpjphgekceoblbgeffccmganjaig |
URL Oficial | https://chromewebstore.google.com/detail/infinite-browser-wallet/jijmcpjphgekceoblbgeffccmganjaig |
Descripción | INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. |
Tamaño del Archivo | 5.53 MB |
Cantidad de Instalaciones | 205 |
Versión Actual | 0.1.0 |
Última Actualización | 2021-10-03 |
Fecha de Publicación | 2021-10-03 |
Desarrollador | https://infiniteworld.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://goinfinite.io |
URL de la Página de Ayuda | https://goinfinite.io/help |
URL de la Página de Política de Privacidad | https://suku.world/privacy |
Idiomas Soportados | 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" } |