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拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } ] } |