The Void Radio Badge

Badge displays number of listeners on air and currently streaming audio on mouse hover

¿Qué es The Void Radio Badge?

The Void Radio Badge es una extensión de Chrome desarrollada por Semyon V, y su función principal es "Badge displays number of listeners on air and currently streaming audio on mouse hover".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión The Void Radio Badge

Descarga archivos de extensión The Void Radio Badge en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre The Void Radio Badge The Void Radio Badge
ID mbocnmbnhjhociemddjdgopcahadfkne
URL Oficial https://chromewebstore.google.com/detail/the-void-radio-badge/mbocnmbnhjhociemddjdgopcahadfkne
Descripción Badge displays number of listeners on air and currently streaming audio on mouse hover
Tamaño del Archivo 45.52 KB
Cantidad de Instalaciones 28
Versión Actual 0.0.8
Última Actualización 2021-11-14
Fecha de Publicación 2018-10-12
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Semyon V
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://thevoidrad.io
Idiomas Soportados 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"
}