Fee Chain Wallet (Timestope)
Fee Chain mainnet created by Timestope team
¿Qué es Fee Chain Wallet (Timestope)?
Fee Chain Wallet (Timestope) es una extensión de Chrome desarrollada por Fee Chain Dev, y su función principal es "Fee Chain mainnet created by Timestope team".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Fee Chain Wallet (Timestope)
Descarga archivos de extensión Fee Chain Wallet (Timestope) 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
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
Información Básica de la Extensión
Nombre | Fee Chain Wallet (Timestope) |
ID | gbjegagconancfmeejpjilopbflhdpdk |
URL Oficial | https://chromewebstore.google.com/detail/fee-chain-wallet-timestop/gbjegagconancfmeejpjilopbflhdpdk |
Descripción | Fee Chain mainnet created by Timestope team |
Tamaño del Archivo | 5.84 MB |
Cantidad de Instalaciones | 674 |
Versión Actual | 1.0.1 |
Última Actualización | 2022-06-29 |
Fecha de Publicación | 2022-06-28 |
Calificación | 4.00/5 Total de 4 Calificaciones |
Desarrollador | Fee Chain Dev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://explorer.timestope.com |
URL de la Página de Política de Privacidad | https://www.timestope.com/privacy-notice |
Idiomas Soportados | 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:\/\/*\/*" ] } ] } |