INFINITE Browser Wallet
INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.
Cos'è INFINITE Browser Wallet?
INFINITE Browser Wallet è un'estensione di Chrome sviluppata da https://infiniteworld.com, e la sua funzione principale è "INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione INFINITE Browser Wallet
Scarica i file di estensione INFINITE Browser Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | jijmcpjphgekceoblbgeffccmganjaig |
| URL Ufficiale | https://chromewebstore.google.com/detail/infinite-browser-wallet/jijmcpjphgekceoblbgeffccmganjaig |
| Descrizione | INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. |
| Dimensione del File | 5.53 MB |
| Conteggio Installazioni | 205 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2021-10-03 |
| Data di Pubblicazione | 2021-10-03 |
| Sviluppatore | https://infiniteworld.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://goinfinite.io |
| URL della Pagina di Aiuto | https://goinfinite.io/help |
| URL della Pagina della Politica sulla Privacy | https://suku.world/privacy |
| Lingue Supportate | 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"
} | |