Bitstore

Bitstore Extension

什么是Bitstore?

Bitstore是由https://bitstore.tech开发的Chrome扩展程序,该扩展的主要功能是“Bitstore Extension”。

扩展截图

下载Bitstore扩展crx文件

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

扩展使用说明

                        Always wanted to shop using your crypto-wallet? You came to the right place!

Founded by pioneers of blockchain technology Bitstore provides digital currency alternative to a truly global lifestyle.

We are creating a world where digital currency can be freely exchanged for goods and services. With our apps you can easily shop on your favourite stores using your digital wallet.

We are the fastest growing crypto-shopping platform in the industry, offering checkouts with over 20 different digital currencies in 36 countries. expanding reach of customers and businesses alike.

Download one of our app here and visit our how it works page to get started!                    

扩展基本信息

名称 Bitstore Bitstore
ID glbfghdjnipekomfjipbflcaohiidnfn
官方URL https://chromewebstore.google.com/detail/bitstore/glbfghdjnipekomfjipbflcaohiidnfn
简介 Bitstore Extension
文件大小 130 KB
安装次数 19
当前版本 1.0
更新时间 2019-01-20
上架时间 2019-01-20
评分 5.00/5 共2次评分
开发者 https://bitstore.tech
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bitstore.tech
隐私政策页面URL http://bitstore.tech/privacy-policy
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/jquery-1.10.0.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "name": "Bitstore",
    "short_name": "Bitstore",
    "version": "1.0",
    "description": "Bitstore Extension",
    "content_scripts": [
        {
            "css": [
                "css\/extension.css"
            ],
            "js": [
                "js\/jquery-1.10.0.js",
                "js\/extension.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "web_accessible_resources": [
        "icons\/sh_logo.jpg",
        "icons\/loader.gif",
        "icons\/img1.png",
        "icons\/img2.png",
        "icons\/img3.png"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/bitstore.tech\/*"
        ]
    }
}