What's on Beat
This simple app will show which song is playing on radio Beat right now
Qu'est-ce que What's on Beat ?
What's on Beat est une extension Chrome développée par [email protected], et sa fonction principale est "This simple app will show which song is playing on radio Beat right now".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension What's on Beat
Téléchargez les fichiers d'extension What's on Beat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Jednoduchá aplikace, která vám umožní zjistit, jak se jmenuje aktuálně přehrávaná písnička hned, jak ji uslyšíte.
Informations de Base sur l'Extension
Nom | |
ID | cpdanafnblokhfcjomclehkdejiaejje |
URL Officiel | https://chromewebstore.google.com/detail/whats-on-beat/cpdanafnblokhfcjomclehkdejiaejje |
Description | This simple app will show which song is playing on radio Beat right now |
Taille du Fichier | 61.03 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-03-18 |
Date de Publication | 2019-03-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | [email protected] |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |