Everything Music

Everything Music - Listen, learn and feel the music

What is Everything Music?

Everything Music is a Chrome extension developed by gregnorton89, and its main feature is "Everything Music - Listen, learn and feel the music".

Extension Screenshots

screenshot

Download Everything Music Extension CRX File

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

                        'Everything Music' is a new-tab extension featuring a wide range of tools and information from the music world, allowing music lovers to explore this field by a quick and simple search.

By installing this extension and its' Search services you herby accept its' Privacy Policy and Terms of Use.

The Search features within this extension will be provided by Bing.                    

Extension Basic Information

Name Everything Music Everything Music
ID dmognbkkffnaaplbfceebdflinpanjfl
Official URL https://chromewebstore.google.com/detail/everything-music/dmognbkkffnaaplbfceebdflinpanjfl
Description Everything Music - Listen, learn and feel the music
File Size 579 KB
Installation Count 45,209
Current Version 3.2
Last Updated 2023-05-25
Publish Date 2022-10-05
Developer gregnorton89
Email [email protected]
Payment Type free
Extension Website https://emusicnet.co/
Help Page URL https://emusicnet.co/#contact-us
Privacy Policy Page URL https://emusicnet.co/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Everything Music",
    "description": "Everything Music - Listen, learn and feel the music",
    "version": "3.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "search.html"
    },
    "host_permissions": [
        "https:\/\/*.emusicnet.co\/*"
    ],
    "icons": {
        "128": "img\/logo_128.png"
    }
}