Click&listen for Spotify

Search for songs and listen them in your browser.

Click&listen for Spotifyとは何ですか?

Click&listen for SpotifyはMathyn Scheerderによって開発されたChromeの拡張機能で、その主な機能は「Search for songs and listen them in your browser.」です。

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

screenshot
screenshot

Click&listen for Spotify拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The "Click&listen for spotify" extension searches for songs based on the text you select in your browser. You see the name of a song and wonder how it sounds? Or see a song you like? Simply select it, open the extension and play it in your browser. Subsequently you can add this song to one of your playlists or library by only using your browser! Spotify account is not needed, only to listen to the full song or to use the save to library/playlists function.

Please note that this is not an offical app from the developers of Spotify and is not associated with Spotify                    

拡張機能の基本情報

名前 Click&listen for Spotify Click&listen for Spotify
ID oamfgaophpgocppjcgfobkbkkeehionm
公式URL https://chromewebstore.google.com/detail/clicklisten-for-spotify/oamfgaophpgocppjcgfobkbkkeehionm
説明 Search for songs and listen them in your browser.
ファイルサイズ 233 KB
インストール数 667
現在のバージョン 1.0.1
最終更新日 2016-12-28
公開日 2016-12-28
評価 3.43/5 合計 7 レビュー
開発者 Mathyn Scheerder
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click&listen for Spotify",
    "description": "Search for songs and listen them in your browser.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "jquery-3.1.1.min.js",
            "background.js",
            "bootstrap.min.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "identity",
        "activeTab",
        "https:\/\/accounts.spotify.com\/*",
        "https:\/\/ajax.googleapis.com\/"
    ]
}