Bitstore

Bitstore Extension

What is Bitstore?

Bitstore is a Chrome extension developed by https://bitstore.tech, and its main feature is "Bitstore Extension".

Extension Screenshots

Download Bitstore Extension CRX File

Download Bitstore extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Bitstore Bitstore
ID glbfghdjnipekomfjipbflcaohiidnfn
Official URL https://chromewebstore.google.com/detail/bitstore/glbfghdjnipekomfjipbflcaohiidnfn
Description Bitstore Extension
File Size 130 KB
Installation Count 19
Current Version 1.0
Last Updated 2019-01-20
Publish Date 2019-01-20
Rating 5.00/5 Total 2 Ratings
Developer https://bitstore.tech
Email [email protected]
Payment Type free
Extension Website https://bitstore.tech
Privacy Policy Page URL http://bitstore.tech/privacy-policy
Supported Languages 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\/*"
        ]
    }
}