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 | 
| 官方URL | 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"
            ]
        }
    ]
}  |  |