INFINITE Browser Wallet
INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.
Vad är INFINITE Browser Wallet?
INFINITE Browser Wallet är en Chrome-tillägg utvecklad av https://infiniteworld.com, och dess huvudfunktion är "INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.".
Tilläggsskärmbilder
Ladda ner INFINITE Browser Wallet-förlängningens CRX-fil
Ladda ner INFINITE Browser Wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | jijmcpjphgekceoblbgeffccmganjaig |
| Officiell webbadress | https://chromewebstore.google.com/detail/infinite-browser-wallet/jijmcpjphgekceoblbgeffccmganjaig |
| Beskrivning | INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. |
| Filstorlek | 5.53 MB |
| Antal Installationer | 205 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2021-10-03 |
| Publiceringsdatum | 2021-10-03 |
| Utvecklare | https://infiniteworld.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://goinfinite.io |
| Hjälpsida URL | https://goinfinite.io/help |
| URL till Sekretesspolicy Sidan | https://suku.world/privacy |
| Stödda Språk | 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"
} | |