What's on Beat

This simple app will show which song is playing on radio Beat right now

Hvad er What's on Beat?

What's on Beat er en Chrome-udvidelse udviklet af [email protected], og dens hovedfunktion er "This simple app will show which song is playing on radio Beat right now".

Udvidelsesskærmbilleder

screenshot

Download What's on Beat-udvidelses-CRX-fil

Download What's on Beat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Jednoduchá aplikace, která vám umožní zjistit, jak se jmenuje aktuálně přehrávaná písnička hned, jak ji uslyšíte.                    

Grundlæggende oplysninger om udvidelsen

Navn What's on Beat What's on Beat
ID cpdanafnblokhfcjomclehkdejiaejje
Officiel URL https://chromewebstore.google.com/detail/whats-on-beat/cpdanafnblokhfcjomclehkdejiaejje
Beskrivelse This simple app will show which song is playing on radio Beat right now
Filstørrelse 61.03 KB
Antal Installationer 53
Nuværende Version 1.1
Senest Opdateret 2019-03-18
Udgivelsesdato 2019-03-18
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler [email protected]
Betalingsmetode free
Understøttede Sprog cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What's on Beat",
    "description": "This simple app will show which song is playing on radio Beat right now",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "jquery.js"
        ]
    }
}