What's on Beat
This simple app will show which song is playing on radio Beat right now
What is What's on Beat?
What's on Beat is a Chrome extension developed by [email protected], and its main feature is "This simple app will show which song is playing on radio Beat right now".
Extension Screenshots
Download What's on Beat Extension CRX File
Download What's on Beat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Jednoduchá aplikace, která vám umožní zjistit, jak se jmenuje aktuálně přehrávaná písnička hned, jak ji uslyšíte.
Extension Basic Information
Name | |
ID | cpdanafnblokhfcjomclehkdejiaejje |
Official URL | https://chromewebstore.google.com/detail/whats-on-beat/cpdanafnblokhfcjomclehkdejiaejje |
Description | This simple app will show which song is playing on radio Beat right now |
File Size | 61.03 KB |
Installation Count | 53 |
Current Version | 1.1 |
Last Updated | 2019-03-18 |
Publish Date | 2019-03-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | [email protected] |
Payment Type | free |
Supported Languages | 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" ] } } |