Genius.com : Lyrics Accessibility
This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages
ما هو Genius.com : Lyrics Accessibility؟
Genius.com : Lyrics Accessibility هو إضافة Chrome تم تطويرها بواسطة admin، والميزة الرئيسية لها هي "This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Genius.com : Lyrics Accessibility
قم بتنزيل ملفات الامتداد Genius.com : Lyrics Accessibility بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        This extension strips out some of the screen-reader unfriendly portion of the individual song lyrics pages for Genius.com                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | ppampiglggnmloiajkficghjdbmmlbgb | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/geniuscom-lyrics-accessib/ppampiglggnmloiajkficghjdbmmlbgb | 
| الوصف | This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages | 
| حجم الملف | 40.49 KB | 
| عدد التثبيتات | 14 | 
| النسخة الحالية | 1.0.0 | 
| آخر تحديث | 2019-09-10 | 
| تاريخ النشر | 2019-09-09 | 
| المطور | admin | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Genius.com : Lyrics Accessibility",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages",
    "homepage_url": "https:\/\/dandulaney.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/genius.com\/*",
        "https:\/\/www.genius.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/genius.com\/*",
                "https:\/\/www.genius.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}  |  |