Genius.com : Lyrics Accessibility
This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages
什麼是Genius.com : Lyrics Accessibility?
Genius.com : Lyrics Accessibility是由admin開發的Chrome擴展程式,該擴展的主要功能是“This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages”。
擴展截圖
下載Genius.com : Lyrics Accessibility擴展crx文件
下載Genius.com : Lyrics Accessibility擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        This extension strips out some of the screen-reader unfriendly portion of the individual song lyrics pages for Genius.com                     擴展基本資訊
| 名稱 |   |  
| ID | ppampiglggnmloiajkficghjdbmmlbgb | 
| 官方網址 | https://chromewebstore.google.com/detail/geniuscom-lyrics-accessib/ppampiglggnmloiajkficghjdbmmlbgb | 
| 簡介 | This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages | 
| 檔案大小 | 40.49 KB | 
| 安裝次數 | 14 | 
| 目前版本 | 1.0.0 | 
| 更新時間 | 2019-09-10 | 
| 上架時間 | 2019-09-09 | 
| 開發者 | admin | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | 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"
            ]
        }
    ]
}  |  |