YouGenius

Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.

ما هو YouGenius؟

YouGenius هو إضافة Chrome تم تطويرها بواسطة raphael.rouvinov، والميزة الرئيسية لها هي "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".

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

screenshot

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

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

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

                        YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.                    

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

الاسم YouGenius YouGenius
ID bhhdjafmibffbkeepohbjknojlhnmlhm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm
الوصف Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
حجم الملف 1.88 MB
عدد التثبيتات 27
النسخة الحالية 0.2
آخر تحديث 2014-11-23
تاريخ النشر 2014-11-23
تقييم 1.00/5 مجموع تقييمات 1
المطور raphael.rouvinov
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://raphaelrk.com
عنوان صفحة المساعدة http://github.com/AndrewSB/YouGenius
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouGenius",
    "version": "0.2",
    "description": "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/github.com\/tunod\/YouGenius",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/",
        "http:\/\/idontfuckwithu.herokuapp.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "YouGenius",
        "default_popup": "popup.html"
    }
}