Bithesap - Bitcoin ve Altcoin fiyat takip

Bitcoin ve diğer altcoinlerin Bithesap üzerinde oluşan TL bazlı fiyatlarını anlık takip edebilirsiniz.

What is Bithesap - Bitcoin ve Altcoin fiyat takip?

Bithesap - Bitcoin ve Altcoin fiyat takip is a Chrome extension developed by https://www.bithesap.com, and its main feature is "Bitcoin ve diğer altcoinlerin Bithesap üzerinde oluşan TL bazlı fiyatlarını anlık takip edebilirsiniz.".

Extension Screenshots

screenshot

Download Bithesap - Bitcoin ve Altcoin fiyat takip Extension CRX File

Download Bithesap - Bitcoin ve Altcoin fiyat takip 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

                        Türkiye’nin en kolay ve güvenilir şekilde kripto para alım satımı yapabileceğiniz borsası Bithesap ile artık Chrome tarayıcınızdan her an Bitcoin ve Altcoin fiyatlarını takip edebilirsiniz.                    

Extension Basic Information

Name Bithesap - Bitcoin ve Altcoin fiyat takip Bithesap - Bitcoin ve Altcoin fiyat takip
ID jcldggjeifcjfooigfoehfbnemoaimkf
Official URL https://chromewebstore.google.com/detail/bithesap-bitcoin-ve-altco/jcldggjeifcjfooigfoehfbnemoaimkf
Description Bitcoin ve diğer altcoinlerin Bithesap üzerinde oluşan TL bazlı fiyatlarını anlık takip edebilirsiniz.
File Size 278 KB
Installation Count 28
Current Version 1.0.0
Last Updated 2018-09-06
Publish Date 2018-09-06
Rating 5.00/5 Total 1 Ratings
Developer https://www.bithesap.com
Email [email protected]
Payment Type free
Help Page URL https://destek.bithesap.com
Supported Languages en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bithesap - Bitcoin ve Altcoin fiyat takip ",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Bitcoin ve di\u011fer altcoinlerin Bithesap \u00fczerinde olu\u015fan TL bazl\u0131 fiyatlar\u0131n\u0131 anl\u0131k takip edebilirsiniz.",
    "homepage_url": "https:\/\/www.bithesap.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "tr",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Bithesap Fiyatlar",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/api.bithesap.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}