Everything Music

Everything Music - Listen, learn and feel the music

Τι είναι το Everything Music;

Το Everything Music είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gregnorton89, και η κύρια λειτουργία του είναι "Everything Music - Listen, learn and feel the music".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Everything Music

Λήψη αρχείων επέκτασης Everything Music σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Everything Music Everything Music
ID dmognbkkffnaaplbfceebdflinpanjfl
Επίσημο URL https://chromewebstore.google.com/detail/everything-music/dmognbkkffnaaplbfceebdflinpanjfl
Περιγραφή Everything Music - Listen, learn and feel the music
Μέγεθος Αρχείου 579 KB
Αριθμός Εγκαταστάσεων 45,209
Τρέχουσα Έκδοση 3.2
Τελευταία Ενημέρωση 2023-05-25
Ημερομηνία Δημοσίευσης 2022-10-05
Προγραμματιστής gregnorton89
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://emusicnet.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://emusicnet.co/#contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://emusicnet.co/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    }
}