Bithesap - Bitcoin ve Altcoin fiyat takip

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

Wat is Bithesap - Bitcoin ve Altcoin fiyat takip?

Bithesap - Bitcoin ve Altcoin fiyat takip is een Chrome-extensie ontwikkeld door https://www.bithesap.com, en de belangrijkste functie is "Bitcoin ve diğer altcoinlerin Bithesap üzerinde oluşan TL bazlı fiyatlarını anlık takip edebilirsiniz.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bithesap - Bitcoin ve Altcoin fiyat takip

Download Bithesap - Bitcoin ve Altcoin fiyat takip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bithesap - Bitcoin ve Altcoin fiyat takip Bithesap - Bitcoin ve Altcoin fiyat takip
ID jcldggjeifcjfooigfoehfbnemoaimkf
Officiële URL https://chromewebstore.google.com/detail/bithesap-bitcoin-ve-altco/jcldggjeifcjfooigfoehfbnemoaimkf
Beschrijving Bitcoin ve diğer altcoinlerin Bithesap üzerinde oluşan TL bazlı fiyatlarını anlık takip edebilirsiniz.
Bestandsgrootte 278 KB
Aantal Installaties 28
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-09-06
Publicatiedatum 2018-09-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.bithesap.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://destek.bithesap.com
Ondersteunde Talen 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'"
}