Song Lyric & Info Extractor

Extract Lyrics, Artist & Title from YouTube videos or sound files.

Song Lyric & Info Extractorとは何ですか?

Song Lyric & Info ExtractorはXeri Media Crew | XMCによって開発されたChromeの拡張機能で、その主な機能は「Extract Lyrics, Artist & Title from YouTube videos or sound files.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Song Lyric & Info Extractor拡張機能のCRXファイルをダウンロード

Song Lyric & Info Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Find song title & artist name or extract Song Lyrics from YouTube videos / Soundcloud songs or sound files.                    

拡張機能の基本情報

名前 Song Lyric & Info Extractor Song Lyric & Info Extractor
ID dhdkmimagopeaglgpaoaofgkhojfaaad
公式URL https://chrome.google.com/webstore/detail/song-lyric-info-extractor/dhdkmimagopeaglgpaoaofgkhojfaaad
説明 Extract Lyrics, Artist & Title from YouTube videos or sound files.
ファイルサイズ 6.45 KB
インストール数 1,176
現在のバージョン 1.0.4
最終更新日 2021-08-03
公開日 2020-05-09
評価 2.33/5 合計 3 レビュー
開発者 Xeri Media Crew | XMC
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.xeriflow.net/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Song Lyric & Info Extractor",
    "description": "Extract Lyrics, Artist & Title from YouTube videos or sound files.",
    "version": "1.0.4",
    "permissions": [
        "background"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "popup": "popup.html",
        "default_popup": "default.html"
    }
}