Musixmatch Lyrics Watermark Remover
Hide that pesky Musixmatch watermark from showing on the Youtube player!
Wat is Musixmatch Lyrics Watermark Remover?
Musixmatch Lyrics Watermark Remover is een Chrome-extensie ontwikkeld door https://andrei.pt, en de belangrijkste functie is "Hide that pesky Musixmatch watermark from showing on the Youtube player!".
Extensie Screenshots
Download het CRX-bestand van de extensie Musixmatch Lyrics Watermark Remover
Download Musixmatch Lyrics Watermark Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | aldlkaonkdflcjlmdcbdnhgcmmnjijjn |
| Officiële URL | https://chromewebstore.google.com/detail/musixmatch-lyrics-waterma/aldlkaonkdflcjlmdcbdnhgcmmnjijjn |
| Beschrijving | Hide that pesky Musixmatch watermark from showing on the Youtube player! |
| Bestandsgrootte | 68.96 KB |
| Aantal Installaties | 2,583 |
| Huidige Versie | 1.1.3 |
| Laatst Bijgewerkt | 2018-12-24 |
| Publicatiedatum | 2018-12-24 |
| Beoordeling | 3.94/5 Totaal 34 Beoordelingen |
| Ontwikkelaar | https://andrei.pt |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |