Fee Chain Wallet (Timestope)

Fee Chain mainnet created by Timestope team

Qu'est-ce que Fee Chain Wallet (Timestope) ?

Fee Chain Wallet (Timestope) est une extension Chrome développée par Fee Chain Dev, et sa fonction principale est "Fee Chain mainnet created by Timestope team".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Fee Chain Wallet (Timestope)

Téléchargez les fichiers d'extension Fee Chain Wallet (Timestope) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Fee Chain Wallet (Timestope) Fee Chain Wallet (Timestope)
ID gbjegagconancfmeejpjilopbflhdpdk
URL Officiel https://chromewebstore.google.com/detail/fee-chain-wallet-timestop/gbjegagconancfmeejpjilopbflhdpdk
Description Fee Chain mainnet created by Timestope team
Taille du Fichier 5.84 MB
Nombre d'Installations 674
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-06-29
Date de Publication 2022-06-28
Évaluation 4.00/5 Total 4 Évaluations
Développeur Fee Chain Dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://explorer.timestope.com
URL de la Page de Politique de Confidentialité https://www.timestope.com/privacy-notice
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}