1-click Amazon Bitcoin checkout

Shop on Amazon, pay with Bitcoin through All4btc.com

Was ist 1-click Amazon Bitcoin checkout?

1-click Amazon Bitcoin checkout ist eine Chrome-Erweiterung, die von https://all4btc.com entwickelt wurde, und ihr Hauptmerkmal ist "Shop on Amazon, pay with Bitcoin through All4btc.com".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

1-click Amazon Bitcoin checkout-Erweiterungs-CRX-Datei herunterladen

Laden Sie 1-click Amazon Bitcoin checkout-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name 1-click Amazon Bitcoin checkout 1-click Amazon Bitcoin checkout
ID cojpifopaaneikgfobjnekpfmpkiekff
Offizielle URL https://chrome.google.com/webstore/detail/1-click-amazon-bitcoin-ch/cojpifopaaneikgfobjnekpfmpkiekff
Beschreibung Shop on Amazon, pay with Bitcoin through All4btc.com
Dateigröße 111 KB
Installationsanzahl 207
Aktuelle Version 2.1.4
Letztes Update 2014-05-23
Veröffentlichungsdatum 2014-05-23
Bewertung 4.08/5 Insgesamt 12 Bewertungen
Entwickler https://all4btc.com
Zahlungsart free
Erweiterungswebsite https://all4btc.com
Hilfeseite URL https://all4btc.com/faq
Unterstützte Sprachen 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
}