INFINITE Browser Wallet
INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.
Apa itu INFINITE Browser Wallet?
INFINITE Browser Wallet adalah ekstensi Chrome yang dikembangkan oleh https://infiniteworld.com, dan fitur utamanya adalah "INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi INFINITE Browser Wallet
Unduh file ekstensi INFINITE Browser Wallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | INFINITE Browser Wallet |
ID | jijmcpjphgekceoblbgeffccmganjaig |
URL Resmi | https://chromewebstore.google.com/detail/infinite-browser-wallet/jijmcpjphgekceoblbgeffccmganjaig |
Deskripsi | INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. |
Ukuran File | 5.53 MB |
Jumlah Instalasi | 205 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2021-10-03 |
Tanggal Publikasi | 2021-10-03 |
Pengembang | https://infiniteworld.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://goinfinite.io |
URL Halaman Bantuan | https://goinfinite.io/help |
URL Halaman Kebijakan Privasi | https://suku.world/privacy |
Bahasa yang Didukung | 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" } |