BTC machines Commerce

This extension enables Bitcoin shopping on any supported site.

BTC machines Commerce là gì?

BTC machines Commerce là một tiện ích mở rộng Chrome được phát triển bởi http://btcmachin.es, và tính năng chính của nó là "This extension enables Bitcoin shopping on any supported site.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng BTC machines Commerce 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

                        This extension enables Bitcoin/Litecoin pricing and Bitcoin/Litecoin checkout in the regular popular web stores.                    

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

Tên BTC machines Commerce BTC machines Commerce
ID fmnmiioldpmimceboabgehgjaahkapnh
URL Chính Thức https://chrome.google.com/webstore/detail/btc-machines-commerce/fmnmiioldpmimceboabgehgjaahkapnh
Mô tả This extension enables Bitcoin shopping on any supported site.
Kích Thước Tệp 416 KB
Số Lần Cài Đặt 164
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2014-02-21
Ngày Phát Hành 2014-02-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://btcmachin.es
Loại Thanh Toán free
Trang Web Mở Rộng http://commerce.btcmachin.es/app.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC machines Commerce",
    "description": "This extension enables Bitcoin shopping on any supported site.",
    "version": "0.1.6",
    "page_action": {
        "default_icon": "btcmc_logo2_on.png",
        "default_title": "BTC machines Commerce",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "http:\/\/commerce.btcmachin.es\/*",
        "https:\/\/bitpay.com\/api\/rates",
        "http:\/\/www.verkkokauppa.com\/*",
        "https:\/\/www.verkkokauppa.com\/*"
    ],
    "web_accessible_resources": [
        "error.html"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "global.js",
                "verkkokauppa.js",
                "amazon.js",
                "contentscript.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}