Bitcoin Tracker
Stay up to date on the latest prices of Bitcoin
What is Bitcoin Tracker?
Bitcoin Tracker is a Chrome extension developed by https://timleland.com, and its main feature is "Stay up to date on the latest prices of Bitcoin".
Extension Screenshots
Download Bitcoin Tracker Extension CRX File
Download Bitcoin Tracker 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
Easily keep up to date on the latest Bitcoin prices right in your Chrome toolbar. Features * Current Bitcoin price in your browser toolbar * Last 30 days of Bitcoin daily price * Automatically updates every 15 minutes
Extension Basic Information
Name | Bitcoin Tracker |
ID | ajimhlkppknjhjccilgojebdcaljlmbe |
Official URL | https://chromewebstore.google.com/detail/bitcoin-tracker/ajimhlkppknjhjccilgojebdcaljlmbe |
Description | Stay up to date on the latest prices of Bitcoin |
File Size | 836 KB |
Installation Count | 385 |
Current Version | 2.0.1 |
Last Updated | 2022-09-06 |
Publish Date | 2021-01-06 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://timleland.com |
[email protected] | |
Payment Type | free |
Extension Website | https://timleland.com/bitcoin-tracker-extension/ |
Help Page URL | https://timleland.com/contact |
Privacy Policy Page URL | https://t.ly/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bitcoin Tracker", "homepage_url": "https:\/\/timleland.com\/bitcoin-tracker-extension\/", "version": "2.0.1", "icons": { "16": "media\/icons\/icon16.png", "48": "media\/icons\/icon48.png", "128": "media\/icons\/icon128.png" }, "description": "Stay up to date on the latest prices of Bitcoin", "options_page": "options.html", "action": { "default_icon": { "38": "media\/icons\/icon38.png" }, "default_title": "Bitcoin Tracker", "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "alarms" ] } |