BAT Ticker
Ticker for current BAT price
What is BAT Ticker?
BAT Ticker is a Chrome extension developed by Ken Herbert, and its main feature is "Ticker for current BAT price".
Extension Screenshots
Download BAT Ticker Extension CRX File
Download BAT Ticker 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
Display the current price and 24h change of Basic Attention Token in your browser. Supports 45 different currencies.
Extension Basic Information
Name | BAT Ticker |
ID | fpgnkcakakiminoablpndllfbhobglid |
Official URL | https://chromewebstore.google.com/detail/bat-ticker/fpgnkcakakiminoablpndllfbhobglid |
Description | Ticker for current BAT price |
File Size | 31.11 KB |
Installation Count | 60 |
Current Version | 1.2.0 |
Last Updated | 2022-07-13 |
Publish Date | 2021-04-06 |
Rating | 4.57/5 Total 7 Ratings |
Developer | Ken Herbert |
[email protected] | |
Payment Type | free |
Extension Website | https://www.kenherbert.dev/projects/bat-ticker/ |
Help Page URL | https://gitlab.com/kenherbert/bat-ticker/-/issues |
Privacy Policy Page URL | https://www.kenherbert.dev/app-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BAT Ticker", "description": "Ticker for current BAT price", "version": "1.2.0", "author": "Ken Herbert", "homepage_url": "https:\/\/gitlab.com\/kenherbert\/bat-ticker", "icons": { "16": "res\/[email protected]", "48": "res\/[email protected]", "128": "res\/[email protected]" }, "permissions": [ "alarms", "storage" ], "action": { "default_icon": "res\/logo-full-color.png", "default_popup": "html\/popup.html" }, "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "background": { "service_worker": "js\/background.js", "type": "module" } } |