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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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 |
이메일 | [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\/" ] } |