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.
What is Bitcoin Address Lookup?
Bitcoin Address Lookup is a Chrome extension developed by Eduard Karpa, and its main feature is "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.".
Extension Screenshots
Download Bitcoin Address Lookup Extension CRX File
Download Bitcoin Address Lookup 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
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.
Extension Basic Information
Name | |
ID | lllihajjkapokmiogohflioedecpkedc |
Official URL | 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. |
File Size | 291 KB |
Installation Count | 171 |
Current Version | 1.0.0.2 |
Last Updated | 2018-11-29 |
Publish Date | 2018-11-29 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Eduard Karpa |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |