Genius.com : Lyrics Accessibility
This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages
Co to jest Genius.com : Lyrics Accessibility?
Genius.com : Lyrics Accessibility to rozszerzenie Chrome opracowane przez admin, a jego główną funkcją jest „This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Genius.com : Lyrics Accessibility
Pobierz pliki rozszerzeń Genius.com : Lyrics Accessibility w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        This extension strips out some of the screen-reader unfriendly portion of the individual song lyrics pages for Genius.com                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ppampiglggnmloiajkficghjdbmmlbgb | 
| Oficjalny URL | https://chromewebstore.google.com/detail/geniuscom-lyrics-accessib/ppampiglggnmloiajkficghjdbmmlbgb | 
| Opis | This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages | 
| Rozmiar pliku | 40.49 KB | 
| Liczba instalacji | 14 | 
| Aktualna Wersja | 1.0.0 | 
| Ostatnia Aktualizacja | 2019-09-10 | 
| Data Publikacji | 2019-09-09 | 
| Deweloper | admin | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
            ]
        }
    ]
}  |  |