Genius.com : Lyrics Accessibility
This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages
Qu'est-ce que Genius.com : Lyrics Accessibility ?
Genius.com : Lyrics Accessibility est une extension Chrome développée par admin, et sa fonction principale est "This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Genius.com : Lyrics Accessibility
Téléchargez les fichiers d'extension Genius.com : Lyrics Accessibility au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension strips out some of the screen-reader unfriendly portion of the individual song lyrics pages for Genius.com
Informations de Base sur l'Extension
Nom | Genius.com : Lyrics Accessibility |
ID | ppampiglggnmloiajkficghjdbmmlbgb |
URL Officiel | 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 |
Taille du Fichier | 40.49 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-09-10 |
Date de Publication | 2019-09-09 |
Développeur | admin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |