Musixmatch Lyrics Watermark Remover

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

Cos'è Musixmatch Lyrics Watermark Remover?

Musixmatch Lyrics Watermark Remover è un'estensione di Chrome sviluppata da https://andrei.pt, e la sua funzione principale è "Hide that pesky Musixmatch watermark from showing on the Youtube player!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Musixmatch Lyrics Watermark Remover

Scarica i file di estensione Musixmatch Lyrics Watermark Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Musixmatch Lyrics Watermark Remover Musixmatch Lyrics Watermark Remover
ID aldlkaonkdflcjlmdcbdnhgcmmnjijjn
URL Ufficiale https://chromewebstore.google.com/detail/musixmatch-lyrics-waterma/aldlkaonkdflcjlmdcbdnhgcmmnjijjn
Descrizione Hide that pesky Musixmatch watermark from showing on the Youtube player!
Dimensione del File 68.96 KB
Conteggio Installazioni 2,583
Versione Corrente 1.1.3
Ultimo Aggiornamento 2018-12-24
Data di Pubblicazione 2018-12-24
Valutazione 3.94/5 Totale 34 Valutazioni
Sviluppatore https://andrei.pt
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}