Musixmatch Lyrics Watermark Remover

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

Apa itu Musixmatch Lyrics Watermark Remover?

Musixmatch Lyrics Watermark Remover adalah ekstensi Chrome yang dikembangkan oleh https://andrei.pt, dan fitur utamanya adalah "Hide that pesky Musixmatch watermark from showing on the Youtube player!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Musixmatch Lyrics Watermark Remover

Unduh file ekstensi Musixmatch Lyrics Watermark Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Musixmatch Lyrics Watermark Remover Musixmatch Lyrics Watermark Remover
ID aldlkaonkdflcjlmdcbdnhgcmmnjijjn
URL Resmi https://chromewebstore.google.com/detail/musixmatch-lyrics-waterma/aldlkaonkdflcjlmdcbdnhgcmmnjijjn
Deskripsi Hide that pesky Musixmatch watermark from showing on the Youtube player!
Ukuran File 68.96 KB
Jumlah Instalasi 2,583
Versi Saat Ini 1.1.3
Terakhir Diperbarui 2018-12-24
Tanggal Publikasi 2018-12-24
Penilaian 3.94/5 Total 34 Penilaian
Pengembang https://andrei.pt
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}