What's on Beat

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

Apa itu What's on Beat?

What's on Beat adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "This simple app will show which song is playing on radio Beat right now".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi What's on Beat

Unduh file ekstensi What's on Beat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama What's on Beat What's on Beat
ID cpdanafnblokhfcjomclehkdejiaejje
URL Resmi https://chromewebstore.google.com/detail/whats-on-beat/cpdanafnblokhfcjomclehkdejiaejje
Deskripsi This simple app will show which song is playing on radio Beat right now
Ukuran File 61.03 KB
Jumlah Instalasi 53
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-03-18
Tanggal Publikasi 2019-03-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}