Bithesap - Bitcoin ve Altcoin fiyat takip

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

Qu'est-ce que Bithesap - Bitcoin ve Altcoin fiyat takip ?

Bithesap - Bitcoin ve Altcoin fiyat takip est une extension Chrome développée par https://www.bithesap.com, et sa fonction principale est "Bitcoin ve diğer altcoinlerin Bithesap üzerinde oluşan TL bazlı fiyatlarını anlık takip edebilirsiniz.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bithesap - Bitcoin ve Altcoin fiyat takip

Téléchargez les fichiers d'extension Bithesap - Bitcoin ve Altcoin fiyat takip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bithesap - Bitcoin ve Altcoin fiyat takip Bithesap - Bitcoin ve Altcoin fiyat takip
ID jcldggjeifcjfooigfoehfbnemoaimkf
URL Officiel 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.
Taille du Fichier 278 KB
Nombre d'Installations 28
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-09-06
Date de Publication 2018-09-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.bithesap.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://destek.bithesap.com
Langues Prises en Charge 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'"
}