Genius.com : Lyrics Accessibility
This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages
Cos'è Genius.com : Lyrics Accessibility?
Genius.com : Lyrics Accessibility è un'estensione di Chrome sviluppata da admin, e la sua funzione principale è "This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Genius.com : Lyrics Accessibility
Scarica i file di estensione Genius.com : Lyrics Accessibility in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension strips out some of the screen-reader unfriendly portion of the individual song lyrics pages for Genius.com
Informazioni di Base sull'Estensione
Nome | Genius.com : Lyrics Accessibility |
ID | ppampiglggnmloiajkficghjdbmmlbgb |
URL Ufficiale | https://chromewebstore.google.com/detail/geniuscom-lyrics-accessib/ppampiglggnmloiajkficghjdbmmlbgb |
Descrizione | This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages |
Dimensione del File | 40.49 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-09-10 |
Data di Pubblicazione | 2019-09-09 |
Sviluppatore | admin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |