Musixmatch Lyrics Watermark Remover
Hide that pesky Musixmatch watermark from showing on the Youtube player!
Что такое Musixmatch Lyrics Watermark Remover?
Musixmatch Lyrics Watermark Remover - это расширение Chrome, разработанное https://andrei.pt, и его основная функция - "Hide that pesky Musixmatch watermark from showing on the Youtube player!".
Снимки экрана расширения
Скачать файл CRX расширения Musixmatch Lyrics Watermark Remover
Скачайте файлы расширений Musixmatch Lyrics Watermark Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | aldlkaonkdflcjlmdcbdnhgcmmnjijjn |
| Официальный URL | https://chromewebstore.google.com/detail/musixmatch-lyrics-waterma/aldlkaonkdflcjlmdcbdnhgcmmnjijjn |
| Описание | Hide that pesky Musixmatch watermark from showing on the Youtube player! |
| Размер файла | 68.96 KB |
| Количество установок | 2,583 |
| Текущая Версия | 1.1.3 |
| Последнее Обновление | 2018-12-24 |
| Дата публикации | 2018-12-24 |
| Рейтинг | 3.94/5 Всего 34 оценок |
| Разработчик | https://andrei.pt |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
}
]
} | |