Genius.com : Lyrics Accessibility
This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages
Wat is Genius.com : Lyrics Accessibility?
Genius.com : Lyrics Accessibility is een Chrome-extensie ontwikkeld door admin, en de belangrijkste functie is "This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages".
Extensie Screenshots
Download het CRX-bestand van de extensie Genius.com : Lyrics Accessibility
Download Genius.com : Lyrics Accessibility-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This extension strips out some of the screen-reader unfriendly portion of the individual song lyrics pages for Genius.com                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ppampiglggnmloiajkficghjdbmmlbgb | 
| Officiële URL | https://chromewebstore.google.com/detail/geniuscom-lyrics-accessib/ppampiglggnmloiajkficghjdbmmlbgb | 
| Beschrijving | This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages | 
| Bestandsgrootte | 40.49 KB | 
| Aantal Installaties | 14 | 
| Huidige Versie | 1.0.0 | 
| Laatst Bijgewerkt | 2019-09-10 | 
| Publicatiedatum | 2019-09-09 | 
| Ontwikkelaar | admin | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |