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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        '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/
عنوان صفحة المساعدة https://emusicnet.co/#contact-us
عنوان صفحة سياسة الخصوصية 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"
    }
}