Paytaca

Secure and convenient Bitcoin Cash wallet app

什么是Paytaca?

Paytaca是由https://paytaca.com开发的Chrome扩展程序,该扩展的主要功能是“Secure and convenient Bitcoin Cash wallet app”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Paytaca扩展crx文件

下载Paytaca扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bitcoin Cash (BCH) is a purely peer-to-peer version of electronic cash that allows online payments to be sent directly from one party to another. It is sound money for the modern internet world.

The Paytaca wallet brings this revolutionary cryptocurrency to everyone everywhere. We have the app built for the browser, mobile, and desktop with features that are accessible and easy to use both by beginners and advanced users.

Paytaca wallet brings the power of BCH to the hands of every user, with their private keys solely under their custody giving them complete control of their own money.

The wallet supports CashTokens -- a native token protocol in BCH blockchain, which enables creation of fungible and non-fungible tokens for various applications including reward systems, stablecoins, digital collectibles, games, and many more.                    

扩展基本信息

名称 Paytaca Paytaca
ID pakphhpnneopheifihmjcjnbdbhaaiaa
官方URL https://chromewebstore.google.com/detail/paytaca/pakphhpnneopheifihmjcjnbdbhaaiaa
简介 Secure and convenient Bitcoin Cash wallet app
文件大小 9.5 MB
安装次数 836
当前版本 0.17.10
更新时间 2024-03-02
上架时间 2021-07-28
评分 3.40/5 共5次评分
开发者 https://paytaca.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.paytaca.com/docs/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paytaca",
    "description": "Secure and convenient Bitcoin Cash wallet app",
    "version": "0.17.10",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "options_page": "www\/index.html",
    "browser_action": {
        "default_title": "Paytaca",
        "default_popup": "www\/index.html",
        "default": "www\/index.html"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}