Everything Music

Everything Music - Listen, learn and feel the music

Co to jest Everything Music?

Everything Music to rozszerzenie Chrome opracowane przez gregnorton89, a jego główną funkcją jest „Everything Music - Listen, learn and feel the music”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Everything Music

Pobierz pliki rozszerzeń Everything Music w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Everything Music Everything Music
ID dmognbkkffnaaplbfceebdflinpanjfl
Oficjalny URL https://chromewebstore.google.com/detail/everything-music/dmognbkkffnaaplbfceebdflinpanjfl
Opis Everything Music - Listen, learn and feel the music
Rozmiar pliku 579 KB
Liczba instalacji 45,209
Aktualna Wersja 3.2
Ostatnia Aktualizacja 2023-05-25
Data Publikacji 2022-10-05
Deweloper gregnorton89
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://emusicnet.co/
Adres URL Strony Pomocy https://emusicnet.co/#contact-us
Adres URL Strony Polityki Prywatności https://emusicnet.co/privacy-policy
Obsługiwane Języki 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"
    }
}