Qobuz Search by Chris

Speed up search on Qobuz

What is Qobuz Search by Chris?

Qobuz Search by Chris is a Chrome extension developed by Chris, and its main feature is "Speed up search on Qobuz".

Extension Screenshots

screenshot

Download Qobuz Search by Chris Extension CRX File

Download Qobuz Search by Chris 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

                        Simplify searching musc on Qobuz !

Click on the Qobuz icon on top right of your favorite browser and launch player searching your requested track.  

Select searching Artist name or title anywhere on internet, a simple right-click launches the player searchingyour favorite tracks.                    

Extension Basic Information

Name Qobuz Search by Chris Qobuz Search by Chris
ID kaocacmaaijolcejbekmgoffajfhkfjo
Official URL https://chromewebstore.google.com/detail/qobuz-search-by-chris/kaocacmaaijolcejbekmgoffajfhkfjo
Description Speed up search on Qobuz
File Size 734 KB
Installation Count 171
Current Version 1.0
Last Updated 2015-12-14
Publish Date 2015-12-14
Rating 3.33/5 Total 3 Ratings
Developer Chris
Payment Type free
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "Qobuz Search",
    "description": "__MSG_extDescription__",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.ico",
        "default_popup": "index.htm"
    },
    "icons": {
        "16": "favicon.ico",
        "48": "Qobuz Search - 48x48.png",
        "128": "qobuz-128.png"
    },
    "author": "Chris",
    "offline_enabled": false,
    "default_locale": "en"
}