Q-music BE

Zet Q-music BE in je browser.

What is Q-music BE?

Q-music BE is a Chrome extension developed by wouters_frederik, and its main feature is "Zet Q-music BE in je browser.".

Extension Screenshots

screenshot

Download Q-music BE Extension CRX File

Download Q-music BE 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

                        Luister naar Q-music BE in je browser.                    

Extension Basic Information

Name Q-music BE Q-music BE
ID penbngjapnkajnljfgmbckhhilonhepl
Official URL https://chromewebstore.google.com/detail/q-music-be/penbngjapnkajnljfgmbckhhilonhepl
Description Zet Q-music BE in je browser.
File Size 35.47 KB
Installation Count 55
Current Version 4.1
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 3.00/5 Total 5 Ratings
Developer wouters_frederik
Payment Type free
Extension Website http://q-music.be
Help Page URL http://q-music.be/chrome
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q-music BE",
    "description": "Zet Q-music BE in je browser.",
    "version": "4.1",
    "icons": {
        "128": "logo_128.png"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "name": "Click to start Q-music stream",
        "default_icon": "Q.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "back.html"
    },
    "options_page": "options.html"
}