Fee Chain Wallet (Timestope)
Fee Chain mainnet created by Timestope team
Cos'è Fee Chain Wallet (Timestope)?
Fee Chain Wallet (Timestope) è un'estensione di Chrome sviluppata da Fee Chain Dev, e la sua funzione principale è "Fee Chain mainnet created by Timestope team".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fee Chain Wallet (Timestope)
Scarica i file di estensione Fee Chain Wallet (Timestope) 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
Fee Chain wallet is a wallet that can manage assets created through the Fee Chain mainnet created by the Timestope team. Time token is a representative asset, and Fee coin can be managed.
Time is the most important human asset.
Use Fee Chain to manage your precious time.
Main Homepage URL : https://timestope.com
block explorer URL: https://explorer.timestope.com
staking URL: https://staking.timestope.com Informazioni di Base sull'Estensione
| Nome | |
| ID | gbjegagconancfmeejpjilopbflhdpdk |
| URL Ufficiale | https://chromewebstore.google.com/detail/fee-chain-wallet-timestop/gbjegagconancfmeejpjilopbflhdpdk |
| Descrizione | Fee Chain mainnet created by Timestope team |
| Dimensione del File | 5.84 MB |
| Conteggio Installazioni | 674 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2022-06-29 |
| Data di Pubblicazione | 2022-06-28 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | Fee Chain Dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://explorer.timestope.com |
| URL della Pagina della Politica sulla Privacy | https://www.timestope.com/privacy-notice |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fee Chain Wallet (Timestope)",
"description": "Fee Chain mainnet created by Timestope team",
"author": "Timestope Team",
"version": "1.0.1",
"icons": {
"16": "icons\/16.ico",
"32": "icons\/32.ico",
"48": "icons\/48.ico",
"128": "icons\/128.ico"
},
"permissions": [
"storage",
"activeTab"
],
"action": {
"default_title": "Fee Chain Wallet (Timestope)",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"inject-script.js"
],
"matches": [
"https:\/\/*\/*"
]
}
]
} | |