1-click Amazon Bitcoin checkout

Shop on Amazon, pay with Bitcoin through All4btc.com

1-click Amazon Bitcoin checkout란 무엇입니까?

1-click Amazon Bitcoin checkout은(는) https://all4btc.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shop on Amazon, pay with Bitcoin through All4btc.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

1-click Amazon Bitcoin checkout 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Turn Amazon into a Bitcoin Mega Mall! Select products on Amazon you want to buy, and click "Pay with Bitcoin" right in Amazon's website. You can then finish the checkout process at All4Btc.com and pay with Bitcoin.

Never miss an Bitcoin opportunity with this handy helper, that adds a button to every shopping page where you can pay with Bitcoin. Works with most regional Amazon websites (.com, .de, .it, .fr, .ch, etc.)

Orders are processed by https://all4btc.com                    

확장 프로그램 기본 정보

이름 1-click Amazon Bitcoin checkout 1-click Amazon Bitcoin checkout
ID cojpifopaaneikgfobjnekpfmpkiekff
공식 URL https://chrome.google.com/webstore/detail/1-click-amazon-bitcoin-ch/cojpifopaaneikgfobjnekpfmpkiekff
설명 Shop on Amazon, pay with Bitcoin through All4btc.com
파일 크기 111 KB
설치 횟수 207
현재 버전 2.1.4
최근 업데이트 2014-05-23
출시 날짜 2014-05-23
평점 4.08/5 총 12 개의 평점
개발자 https://all4btc.com
결제 유형 free
확장 프로그램 웹 사이트 https://all4btc.com
도움말 페이지 URL https://all4btc.com/faq
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1-click Amazon Bitcoin checkout",
    "version": "2.1.4",
    "description": "Shop on Amazon, pay with Bitcoin through All4btc.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "logo-19.png",
        "default_title": ""
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.de\/*",
                "http:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.fr\/*",
                "http:\/\/www.amazon.es\/*",
                "http:\/\/www.amazon.at\/*",
                "http:\/\/www.ebay.com\/*",
                "http:\/\/www.ebay.de\/*",
                "http:\/\/www.ebay.co.uk\/*",
                "http:\/\/www.zalando.co.uk\/*",
                "http:\/\/www.zalando.de\/*",
                "http:\/\/www.zalando.fr\/*",
                "http:\/\/www.zalando.es\/*",
                "http:\/\/www.zalando.it\/*",
                "http:\/\/www.zalando.nl\/*",
                "http:\/\/www.zalando.dk\/*",
                "http:\/\/www.zalando.be\/*",
                "http:\/\/www.ikea.com\/*",
                "https:\/\/www.spotify.com\/*\/get-spotify\/e-card\/"
            ],
            "js": [
                "jquery.js",
                "general.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "manifest_version": 2
}