Bitstore

Bitstore Extension

Bitstore là gì?

Bitstore là một tiện ích mở rộng Chrome được phát triển bởi https://bitstore.tech, và tính năng chính của nó là "Bitstore Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Bitstore

Tải xuống các tệp mở rộng Bitstore dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bitstore Bitstore
ID glbfghdjnipekomfjipbflcaohiidnfn
URL Chính Thức https://chromewebstore.google.com/detail/bitstore/glbfghdjnipekomfjipbflcaohiidnfn
Mô tả Bitstore Extension
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-01-20
Ngày Phát Hành 2019-01-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://bitstore.tech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bitstore.tech
URL Trang Chính Sách Bảo Mật http://bitstore.tech/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}