Genius.com : Lyrics Accessibility
This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages
What is Genius.com : Lyrics Accessibility?
Genius.com : Lyrics Accessibility is a Chrome extension developed by admin, and its main feature is "This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages".
Extension Screenshots
Download Genius.com : Lyrics Accessibility Extension CRX File
Download Genius.com : Lyrics Accessibility extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension strips out some of the screen-reader unfriendly portion of the individual song lyrics pages for Genius.com
Extension Basic Information
Name | Genius.com : Lyrics Accessibility |
ID | ppampiglggnmloiajkficghjdbmmlbgb |
Official URL | https://chromewebstore.google.com/detail/geniuscom-lyrics-accessib/ppampiglggnmloiajkficghjdbmmlbgb |
Description | This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages |
File Size | 40.49 KB |
Installation Count | 14 |
Current Version | 1.0.0 |
Last Updated | 2019-09-10 |
Publish Date | 2019-09-09 |
Developer | admin |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |