What's on Beat
This simple app will show which song is playing on radio Beat right now
Cos'è What's on Beat?
What's on Beat è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "This simple app will show which song is playing on radio Beat right now".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione What's on Beat
Scarica i file di estensione What's on Beat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Jednoduchá aplikace, která vám umožní zjistit, jak se jmenuje aktuálně přehrávaná písnička hned, jak ji uslyšíte.
Informazioni di Base sull'Estensione
Nome | |
ID | cpdanafnblokhfcjomclehkdejiaejje |
URL Ufficiale | https://chromewebstore.google.com/detail/whats-on-beat/cpdanafnblokhfcjomclehkdejiaejje |
Descrizione | This simple app will show which song is playing on radio Beat right now |
Dimensione del File | 61.03 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-03-18 |
Data di Pubblicazione | 2019-03-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | [email protected] |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |