Musixmatch Lyrics Watermark Remover
Hide that pesky Musixmatch watermark from showing on the Youtube player!
什么是Musixmatch Lyrics Watermark Remover?
Musixmatch Lyrics Watermark Remover是由https://andrei.pt开发的Chrome扩展程序,该扩展的主要功能是“Hide that pesky Musixmatch watermark from showing on the Youtube player!”。
扩展截图
下载Musixmatch Lyrics Watermark Remover扩展crx文件
下载Musixmatch Lyrics Watermark Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                                             扩展基本信息
| 名称 |   |  
| ID | aldlkaonkdflcjlmdcbdnhgcmmnjijjn | 
| 官方URL | https://chromewebstore.google.com/detail/musixmatch-lyrics-waterma/aldlkaonkdflcjlmdcbdnhgcmmnjijjn | 
| 简介 | Hide that pesky Musixmatch watermark from showing on the Youtube player! | 
| 文件大小 | 68.96 KB | 
| 安装次数 | 2,583 | 
| 当前版本 | 1.1.3 | 
| 更新时间 | 2018-12-24 | 
| 上架时间 | 2018-12-24 | 
| 评分 | 3.94/5 共34次评分 | 
| 开发者 | https://andrei.pt | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Musixmatch Lyrics Watermark Remover",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "Hide that pesky Musixmatch watermark from showing on the Youtube player!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/music.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}  |  |