Bitstore

Bitstore Extension

Was ist Bitstore?

Bitstore ist eine Chrome-Erweiterung, die von https://bitstore.tech entwickelt wurde, und ihr Hauptmerkmal ist "Bitstore Extension".

Erweiterungsscreenshots

Bitstore-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bitstore-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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Bitstore Bitstore
ID glbfghdjnipekomfjipbflcaohiidnfn
Offizielle URL https://chromewebstore.google.com/detail/bitstore/glbfghdjnipekomfjipbflcaohiidnfn
Beschreibung Bitstore Extension
Dateigröße 130 KB
Installationsanzahl 19
Aktuelle Version 1.0
Letztes Update 2019-01-20
Veröffentlichungsdatum 2019-01-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://bitstore.tech
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://bitstore.tech
URL der Datenschutzrichtlinien-Seite http://bitstore.tech/privacy-policy
Unterstützte Sprachen 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\/*"
        ]
    }
}