RockMIXFM

Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..

Apa itu RockMIXFM?

RockMIXFM adalah ekstensi Chrome yang dikembangkan oleh https://rockmixfm.com, dan fitur utamanya adalah "Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi RockMIXFM

Unduh file ekstensi RockMIXFM 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

                        Sit back and Listen to great music from the 80's 90's and Today's hottest new bands.. 

Where Hair Bands of the 80’s unite and light up your streaming device with all the 80’s rock hits! Hear Def Leppard, Scorpions, Tesla, AC/DC, Warrant, Whitesnake, Metallica, Van Halen and more! If you LOVE 80s Rock…this is YOUR station!

The station that dig's into the 90's alternative music vault and brings out some great songs that you forgot you loved! RockOn!                    

Informasi Dasar Ekstensi

Nama RockMIXFM RockMIXFM
ID pehaigdkajlclbambaopammdnclamgje
URL Resmi https://chromewebstore.google.com/detail/rockmixfm/pehaigdkajlclbambaopammdnclamgje
Deskripsi Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..
Ukuran File 111 KB
Jumlah Instalasi 58
Versi Saat Ini 3.5
Terakhir Diperbarui 2018-08-12
Tanggal Publikasi 2018-08-11
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://rockmixfm.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://rockmixfm.com
URL Halaman Kebijakan Privasi http://rockmixfm.com/privacy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RockMIXFM",
    "version": "3.5",
    "manifest_version": 2,
    "description": "Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..",
    "homepage_url": "http:\/\/RockMIXFM.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "RockMIXFM - Playing the Best Rock on the Net"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}