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!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Musixmatch Lyrics Watermark Remover

ดาวน์โหลดไฟล์ส่วนขยาย Musixmatch Lyrics Watermark Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Musixmatch Lyrics Watermark Remover Musixmatch Lyrics Watermark Remover
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"
            ]
        }
    ]
}