Musixmatch Lyrics Watermark Remover

Hide that pesky Musixmatch watermark from showing on the Youtube player!

What is Musixmatch Lyrics Watermark Remover?

Musixmatch Lyrics Watermark Remover is a Chrome extension developed by https://andrei.pt, and its main feature is "Hide that pesky Musixmatch watermark from showing on the Youtube player!".

Extension Screenshots

screenshot

Download Musixmatch Lyrics Watermark Remover Extension CRX File

Download Musixmatch Lyrics Watermark Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Musixmatch Lyrics Watermark Remover Musixmatch Lyrics Watermark Remover
ID aldlkaonkdflcjlmdcbdnhgcmmnjijjn
Official URL https://chromewebstore.google.com/detail/musixmatch-lyrics-waterma/aldlkaonkdflcjlmdcbdnhgcmmnjijjn
Description Hide that pesky Musixmatch watermark from showing on the Youtube player!
File Size 68.96 KB
Installation Count 2,583
Current Version 1.1.3
Last Updated 2018-12-24
Publish Date 2018-12-24
Rating 3.94/5 Total 34 Ratings
Developer https://andrei.pt
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}