Bitcoin Address Lookup

Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.

Qu'est-ce que Bitcoin Address Lookup ?

Bitcoin Address Lookup est une extension Chrome développée par Eduard Karpa, et sa fonction principale est "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bitcoin Address Lookup

Téléchargez les fichiers d'extension Bitcoin Address Lookup 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

                        Get instant balance of any bitcoin address on any web-page. Hold the left alt-key and click  or select the address to get balance You will get current balance of the address and total number received and sent bitcoins.                    

Informations de Base sur l'Extension

Nom Bitcoin Address Lookup Bitcoin Address Lookup
ID lllihajjkapokmiogohflioedecpkedc
URL Officiel https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc
Description Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.
Taille du Fichier 291 KB
Nombre d'Installations 171
Version Actuelle 1.0.0.2
Dernière Mise à Jour 2018-11-29
Date de Publication 2018-11-29
Évaluation 4.50/5 Total 2 Évaluations
Développeur Eduard Karpa
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Address Lookup",
    "version": "1.0.0.2",
    "description": "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "64": "\/images\/icon64.png",
        "128": "\/images\/icon128.png"
    },
    "background": {
        "scripts": [
            "script\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "script\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contentSettings"
    ]
}