Musixmatch Lyrics Watermark Remover

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

Qu'est-ce que Musixmatch Lyrics Watermark Remover ?

Musixmatch Lyrics Watermark Remover est une extension Chrome développée par https://andrei.pt, et sa fonction principale est "Hide that pesky Musixmatch watermark from showing on the Youtube player!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Musixmatch Lyrics Watermark Remover

Téléchargez les fichiers d'extension Musixmatch Lyrics Watermark Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Musixmatch Lyrics Watermark Remover Musixmatch Lyrics Watermark Remover
ID aldlkaonkdflcjlmdcbdnhgcmmnjijjn
URL Officiel https://chromewebstore.google.com/detail/musixmatch-lyrics-waterma/aldlkaonkdflcjlmdcbdnhgcmmnjijjn
Description Hide that pesky Musixmatch watermark from showing on the Youtube player!
Taille du Fichier 68.96 KB
Nombre d'Installations 2,583
Version Actuelle 1.1.3
Dernière Mise à Jour 2018-12-24
Date de Publication 2018-12-24
Évaluation 3.94/5 Total 34 Évaluations
Développeur https://andrei.pt
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}