Fee Chain Wallet (Timestope)

Fee Chain mainnet created by Timestope team

什麼是Fee Chain Wallet (Timestope)?

Fee Chain Wallet (Timestope)是由Fee Chain Dev開發的Chrome擴展程式,該擴展的主要功能是“Fee Chain mainnet created by Timestope team”。

擴展截圖

screenshot
screenshot
screenshot

下載Fee Chain Wallet (Timestope)擴展crx文件

下載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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}