Lyrco - Your personal lyrics service

Popup oriented design for lyrics on Youtube, Spotify and Soundcloud services.

Lyrco - Your personal lyrics serviceとは何ですか?

Lyrco - Your personal lyrics serviceはognjanovski.gavrilによって開発されたChromeの拡張機能で、その主な機能は「Popup oriented design for lyrics on Youtube, Spotify and Soundcloud services.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Lyrco - Your personal lyrics service拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Watch, listen and navigate easily on Youtube, Spotify and Soundcloud and read the lyrics in the same time on your. Lyrics provided in popup which you can move and position anywhere you want. 

***Update 25.09.2018
1. Show/Hide popup functionality added

***Update 25.12.2017
1. Lyrco available on multiple tabs

***Update 24.12.2017
1. Optimize lyrics search (more accurate lyrics)
2. Add additional sources

***Update 15.12.2017
1. Available on Spotify and Soundcloud
2. Searching lyrics from multiple sources                    

拡張機能の基本情報

名前 Lyrco - Your personal lyrics service Lyrco - Your personal lyrics service
ID cbmolikjecklnipjeilkihhikolnmmdo
公式URL https://chromewebstore.google.com/detail/lyrco-your-personal-lyric/cbmolikjecklnipjeilkihhikolnmmdo
説明 Popup oriented design for lyrics on Youtube, Spotify and Soundcloud services.
ファイルサイズ 390 KB
インストール数 590
現在のバージョン 1.6
最終更新日 2020-09-15
公開日 2018-09-25
評価 3.97/5 合計 32 レビュー
開発者 ognjanovski.gavril
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.facebook.com/lyrcoapp/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lyrco - Your personal lyrics service",
    "description": "Popup oriented design for lyrics on Youtube, Spotify and Soundcloud services.",
    "version": "1.6",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": ".\/img\/app_icon_128.png",
        "default_popup": "window.html"
    },
    "icons": {
        "16": ".\/img\/app_icon_16.png",
        "48": ".\/img\/app_icon_48.png",
        "128": ".\/img\/app_icon_128.png"
    },
    "background": {
        "scripts": [
            ".\/js\/tabsUpdate.js",
            ".\/libs\/ga.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.spotify.com\/*",
                "*:\/\/*.pandora.com\/station\/*",
                "*:\/\/soundcloud.com\/*"
            ],
            "js": [
                "libs\/jquery-3.1.0.min.js",
                "libs\/jquery-ui.min.js",
                "js\/helpers\/ChromeStorage.js",
                "js\/helpers\/data\/SearchData.js",
                "js\/helpers\/LyricsDownloader.js",
                "js\/helpers\/OnlineLyricsDownloader.js",
                "js\/helpers\/OfflineLyricsDownloader.js",
                "js\/LyrcoHead.js",
                "js\/helpers\/LyricsDownloader.js",
                "js\/createPopup.js"
            ],
            "css": [
                "css\/popup.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.musixmatch.com\/*",
        "*:\/\/*.azlyrics.com\/*",
        "*:\/\/*.tekstovi-pesama.com\/*",
        "*:\/\/*.letssingit.com\/*",
        "*:\/\/*.justsomelyrics.com\/*",
        "*:\/\/google.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.spotify.com\/*",
        "*:\/\/*.pandora.com\/station\/*",
        "*:\/\/soundcloud.com\/*",
        ""
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "templates\/lyrcoHead.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}