Fee Chain Wallet (Timestope)

Fee Chain mainnet created by Timestope team

Τι είναι το Fee Chain Wallet (Timestope);

Το Fee Chain Wallet (Timestope) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fee Chain Dev, και η κύρια λειτουργία του είναι "Fee Chain mainnet created by Timestope team".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fee Chain Wallet (Timestope)

Λήψη αρχείων επέκτασης Fee Chain Wallet (Timestope) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fee Chain Wallet (Timestope) Fee Chain Wallet (Timestope)
ID gbjegagconancfmeejpjilopbflhdpdk
Επίσημο URL https://chromewebstore.google.com/detail/fee-chain-wallet-timestop/gbjegagconancfmeejpjilopbflhdpdk
Περιγραφή Fee Chain mainnet created by Timestope team
Μέγεθος Αρχείου 5.84 MB
Αριθμός Εγκαταστάσεων 674
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-06-29
Ημερομηνία Δημοσίευσης 2022-06-28
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Fee Chain Dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://explorer.timestope.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.timestope.com/privacy-notice
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
            ]
        }
    ]
}