Music FInder

This extension searches for music.

What is Music FInder?

Music FInder is a Chrome extension developed by herogaminghk, and its main feature is "This extension searches for music.".

Download Music FInder Extension CRX File

Download Music FInder 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

                        A music finder extension.                    

Extension Basic Information

Name Music FInder Music FInder
ID npekhlnkpdmjgpmhgiipmopecmnelhib
Official URL https://chrome.google.com/webstore/detail/music-finder/npekhlnkpdmjgpmhgiipmopecmnelhib
Description This extension searches for music.
File Size 14.25 KB
Installation Count 143
Current Version 1
Last Updated 2017-02-05
Publish Date 2017-02-05
Rating 1.00/5 Total 4 Ratings
Developer herogaminghk
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Music FInder",
    "description": "This extension searches for music.",
    "version": "1",
    "icons": {
        "16": "small.png",
        "48": "medium.png",
        "128": "large.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "wordout.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}