BoomBox

BoomBox is a music discovery Chrome Extension created for music fans to get the latest on their favourite artists.

¿Qué es BoomBox?

BoomBox es una extensión de Chrome desarrollada por https://adrelevancy.co.uk, y su función principal es "BoomBox is a music discovery Chrome Extension created for music fans to get the latest on their favourite artists.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión BoomBox

Descarga archivos de extensión BoomBox 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

                        Boombox is a music discovery Chrome Extension created for music fans to get the latest on their favourite artists with new tab search results by Microsoft Bing. Download Boombox and get updates on upcoming gigs, events, music releases and hottest news in music.

Boombox lets you personalise your chrome tab to your music tastes. Choose from range of genres including Rox, Pop, HipHop, Classical and others and then let BoomBox present you with all the latest tea on your what gets you bouncing. 

Search for artists and music you want to listen to directly from your home screen so you can humm along whilst your work or study. 

Features: 
Stay up to date with the latest gigs in your area 
Choose your favourite music genres and check out the latest in each music chart 
Get regularly updated music news daily

Please note: BoomBox replaces your default new tab page with our alternative page. You may revert at any time by disabling our extension.

Privacy Policy Link - https://www.adrelevancy.co.uk/privacy-policy
Terms and Conditions Link - https://www.adrelevancy.co.uk/terms-and-conditions                    

Información Básica de la Extensión

Nombre BoomBox BoomBox
ID pnbamclagpbkicefdoaoccjiiofhedil
URL Oficial https://chromewebstore.google.com/detail/boombox/pnbamclagpbkicefdoaoccjiiofhedil
Descripción BoomBox is a music discovery Chrome Extension created for music fans to get the latest on their favourite artists.
Tamaño del Archivo 847 KB
Cantidad de Instalaciones 56,647
Versión Actual 1.1.11
Última Actualización 2023-10-04
Fecha de Publicación 2023-05-05
Desarrollador https://adrelevancy.co.uk
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.adrelevancy.co.uk
URL de la Página de Ayuda https://www.adrelevancy.co.uk/terms-and-conditions
URL de la Página de Política de Privacidad https://www.adrelevancy.co.uk/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BoomBox",
    "description": "BoomBox is a music discovery Chrome Extension created for music fans to get the latest on their favourite artists.",
    "version": "1.1.11",
    "host_permissions": [],
    "action": {
        "default_icon": {
            "16": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        }
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "management"
    ]
}