Bitstore

Bitstore Extension

Bitstore क्या है?

Bitstore https://bitstore.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bitstore Extension"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bitstore एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Bitstore Bitstore
ID glbfghdjnipekomfjipbflcaohiidnfn
आधिकारिक URL https://chromewebstore.google.com/detail/bitstore/glbfghdjnipekomfjipbflcaohiidnfn
विवरण Bitstore Extension
फ़ाइल का आकार 130 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-01-20
प्रकाशन तिथि 2019-01-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://bitstore.tech
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bitstore.tech
गोपनीयता नीति पृष्ठ URL http://bitstore.tech/privacy-policy
समर्थित भाषाएँ 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\/*"
        ]
    }
}