Fee Chain Wallet (Timestope)

Fee Chain mainnet created by Timestope team

Fee Chain Wallet (Timestope) क्या है?

Fee Chain Wallet (Timestope) Fee Chain Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fee Chain mainnet created by Timestope team"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fee Chain Wallet (Timestope) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
            ]
        }
    ]
}