Zamify

Zamify allows you to play your Shazams in Spotify, directly from the browser.

ما هو Zamify؟

Zamify هو إضافة Chrome تم تطويرها بواسطة http://sirlisko.com، والميزة الرئيسية لها هي "Zamify allows you to play your Shazams in Spotify, directly from the browser.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Zamify

قم بتنزيل ملفات الامتداد Zamify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Zamify adds a small Spotify™ icon to every Shazam™ track page and allows you to play that track directly in Spotify™.

Zamify is not affiliated with Shazam Entertainment Limited.
"Shazam" and its logo are trademarks and registered trademarks of Shazam Entertainment Limited.
All other companies and product names are trademarks or registered trademarks of their respective companies.                    

معلومات أساسية عن التمديد

الاسم Zamify Zamify
ID foilfgbdcipbajipeodmjjnkflkfocin
عنوان URL الرسمي https://chrome.google.com/webstore/detail/zamify/foilfgbdcipbajipeodmjjnkflkfocin
الوصف Zamify allows you to play your Shazams in Spotify, directly from the browser.
حجم الملف 15.35 KB
عدد التثبيتات 101
النسخة الحالية 1.0.2
آخر تحديث 2020-06-30
تاريخ النشر 2020-06-30
تقييم 2.78/5 مجموع تقييمات 9
المطور http://sirlisko.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://sirlisko.com/blog/shazamify
عنوان صفحة المساعدة https://github.com/sirLisko/shazamify
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zamify",
    "version": "1.0.2",
    "description": "Zamify allows you to play your Shazams in Spotify, directly from the browser.",
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/oauth2\/*"
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.shazam.com\/*track\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "base.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}