HF Live
HF Live Radio player (made by Yani)
What is HF Live?
HF Live is a Chrome extension developed by HF Live, and its main feature is "HF Live Radio player (made by Yani)".
Extension Screenshots
Download HF Live Extension CRX File
Download HF Live 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
Listen to HF Live while browsing
Extension Basic Information
Name | |
ID | cbckodlokhedblanlfihjlacnfnlikni |
Official URL | https://chrome.google.com/webstore/detail/hf-live/cbckodlokhedblanlfihjlacnfnlikni |
Description | HF Live Radio player (made by Yani) |
File Size | 7.6 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2015-08-03 |
Publish Date | 2015-08-03 |
Rating | 3.75/5 Total 4 Ratings |
Developer | HF Live |
Payment Type | free |
Extension Website | https://hflive.net |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HF Live", "description": "HF Live Radio player (made by Yani)", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs" ], "background": { "page": "background.html" } } |