Musixmatch Lyrics Watermark Remover
Hide that pesky Musixmatch watermark from showing on the Youtube player!
什麼是Musixmatch Lyrics Watermark Remover?
Musixmatch Lyrics Watermark Remover是由https://andrei.pt開發的Chrome擴展程式,該擴展的主要功能是“Hide that pesky Musixmatch watermark from showing on the Youtube player!”。
擴展截圖
下載Musixmatch Lyrics Watermark Remover擴展crx文件
下載Musixmatch Lyrics Watermark Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | aldlkaonkdflcjlmdcbdnhgcmmnjijjn |
| 官方網址 | 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"
]
}
]
} | |