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.”。
擴展截圖
下載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 |
ID | oamfgaophpgocppjcgfobkbkkeehionm |
官方網址 | 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 |
電子郵箱 | [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\/" ] } |