The Void Radio Badge
Badge displays number of listeners on air and currently streaming audio on mouse hover
What is The Void Radio Badge?
The Void Radio Badge is a Chrome extension developed by Semyon V, and its main feature is "Badge displays number of listeners on air and currently streaming audio on mouse hover".
Extension Screenshots
Download The Void Radio Badge Extension CRX File
Download The Void Radio Badge 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
Isn't it nice to know who's mix is airing now on your favorite online radio? Or maybe someone's even having a live stream right now? With this humble looking but extremely useful badge be sure, you're going to stay up to date!
Extension Basic Information
Name | The Void Radio Badge |
ID | mbocnmbnhjhociemddjdgopcahadfkne |
Official URL | https://chromewebstore.google.com/detail/the-void-radio-badge/mbocnmbnhjhociemddjdgopcahadfkne |
Description | Badge displays number of listeners on air and currently streaming audio on mouse hover |
File Size | 45.52 KB |
Installation Count | 28 |
Current Version | 0.0.8 |
Last Updated | 2021-11-14 |
Publish Date | 2018-10-12 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Semyon V |
[email protected] | |
Payment Type | free |
Extension Website | http://thevoidrad.io |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "lib\/jquery.min.js", "background.js" ] }, "browser_action": [], "description": "Badge displays number of listeners on air and currently streaming audio on mouse hover", "icons": { "128": "icon\/128.png", "16": "icon\/16.png", "48": "icon\/48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApWS1V2m54e273r8EZtDLfaduIIyYOd5CuaizkF+K9ZUjcJINGubLt8she7HpBTzG9egLads2WvK2DUZnj0pZv\/4dsCzzY86n3Di4lfX2kQSAPsV3xbT+fke3BIRftMET+Am4\/08asdwv5StP3hE7LMEREj9W7A3Ja7ZCK9gZQyyKAxodNRTJW1i7WMJjU8DlG4U03iCtJlI05fzk1sgJApzj5jLDKWtgUAGemQqz8oiS1TpRt8eOY+8ZZpCmW15kTPAShfnCxoyRJNRu9z0l018Zp+R7P7rCAbE5l42IzRqagc+OUgOLyj4dBjrrU21luOKeVH2obkYpazB3UqjvZQIDAQAB", "manifest_version": 2, "minimum_chrome_version": "20", "name": "The Void Radio Badge", "permissions": [ "https:\/\/thevoidrad.io\/" ], "version": "0.0.8" } |