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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension strips out some of the screen-reader unfriendly portion of the individual song lyrics pages for Genius.com
Основная информация о расширении
Название | Genius.com : Lyrics Accessibility |
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" ] } ] } |