Everything Music

Everything Music - Listen, learn and feel the music

Hvad er Everything Music?

Everything Music er en Chrome-udvidelse udviklet af gregnorton89, og dens hovedfunktion er "Everything Music - Listen, learn and feel the music".

Udvidelsesskærmbilleder

screenshot

Download Everything Music-udvidelses-CRX-fil

Download Everything Music-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        '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.                    

Grundlæggende oplysninger om udvidelsen

Navn Everything Music Everything Music
ID dmognbkkffnaaplbfceebdflinpanjfl
Officiel URL https://chromewebstore.google.com/detail/everything-music/dmognbkkffnaaplbfceebdflinpanjfl
Beskrivelse Everything Music - Listen, learn and feel the music
Filstørrelse 579 KB
Antal Installationer 45,209
Nuværende Version 3.2
Senest Opdateret 2023-05-25
Udgivelsesdato 2022-10-05
Udvikler gregnorton89
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://emusicnet.co/
Hjælpeside-URL https://emusicnet.co/#contact-us
URL til Fortrolighedspolitik Side https://emusicnet.co/privacy-policy
Understøttede Sprog 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"
    }
}