Everything Music

Everything Music - Listen, learn and feel the music

O que é Everything Music?

Everything Music é uma extensão do Chrome desenvolvida por gregnorton89, e sua principal característica é "Everything Music - Listen, learn and feel the music".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Everything Music

Baixe arquivos de extensão Everything Music no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Everything Music Everything Music
ID dmognbkkffnaaplbfceebdflinpanjfl
URL Oficial https://chromewebstore.google.com/detail/everything-music/dmognbkkffnaaplbfceebdflinpanjfl
Descrição Everything Music - Listen, learn and feel the music
Tamanho do Arquivo 579 KB
Contagem de Instalações 45,209
Versão Atual 3.2
Última Atualização 2023-05-25
Data de Publicação 2022-10-05
Desenvolvedor gregnorton89
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://emusicnet.co/
URL da Página de Ajuda https://emusicnet.co/#contact-us
URL da Página de Política de Privacidade https://emusicnet.co/privacy-policy
Idiomas Suportados 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"
    }
}