Chrylics

This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio

ما هو Chrylics؟

Chrylics هو إضافة Chrome تم تطويرها بواسطة ofekp، والميزة الرئيسية لها هي "This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio".

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

screenshot
screenshot
screenshot

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

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

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

                        This extension will allow you to instantly view the lyrics of the currently played song in the following sites:
1. YouTube
2. TuneIn Radio

In addition, you can now select a song name and artist in any tab and then just press the extension icon.

Note:
The extension is currently using the site www.azlyrics.com to retrieve the lyrics.

GitHub:
You can contribute to this extension in GitHub from the following link - 
https://github.com/ofekp/chrylics

Enjoy!

Change Log:
1.5.1
--
1. AZ lyrics moved to https
1. Youtube notification number indicator is now removed from the search query
1. Few bugs resolved                    

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

الاسم Chrylics Chrylics
ID jejnlhnacbkgpemmccfijojjdhebbbob
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrylics/jejnlhnacbkgpemmccfijojjdhebbbob
الوصف This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio
حجم الملف 141 KB
عدد التثبيتات 365
النسخة الحالية 1.5.1
آخر تحديث 2017-08-27
تاريخ النشر 2017-08-27
تقييم 4.50/5 مجموع تقييمات 10
المطور ofekp
نوع الدفع free
موقع الإضافة https://github.com/ofekp/chrylics
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrylics",
    "description": "This extension shows the lyrics for the currently played song in YouTube\/TuneIn Radio",
    "version": "1.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Show Lyrics"
    },
    "permissions": [
        "http:\/\/www.azlyrics.com\/",
        "https:\/\/www.azlyrics.com\/",
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/www.googleapis.com\/"
    ]
}