What's on Beat
This simple app will show which song is playing on radio Beat right now
Wat is What's on Beat?
What's on Beat is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "This simple app will show which song is playing on radio Beat right now".
Extensie Screenshots
Download het CRX-bestand van de extensie What's on Beat
Download What's on Beat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Jednoduchá aplikace, která vám umožní zjistit, jak se jmenuje aktuálně přehrávaná písnička hned, jak ji uslyšíte.
Basisinformatie over de Extensie
Naam | |
ID | cpdanafnblokhfcjomclehkdejiaejje |
Officiële URL | https://chromewebstore.google.com/detail/whats-on-beat/cpdanafnblokhfcjomclehkdejiaejje |
Beschrijving | This simple app will show which song is playing on radio Beat right now |
Bestandsgrootte | 61.03 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-03-18 |
Publicatiedatum | 2019-03-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | [email protected] |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |