Click&listen for Spotify
Search for songs and listen them in your browser.
Click&listen for Spotify là gì?
Click&listen for Spotify là một tiện ích mở rộng Chrome được phát triển bởi Mathyn Scheerder, và tính năng chính của nó là "Search for songs and listen them in your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Click&listen for Spotify
Tải xuống các tệp mở rộng Click&listen for Spotify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Click&listen for Spotify |
ID | oamfgaophpgocppjcgfobkbkkeehionm |
URL Chính Thức | https://chromewebstore.google.com/detail/clicklisten-for-spotify/oamfgaophpgocppjcgfobkbkkeehionm |
Mô tả | Search for songs and listen them in your browser. |
Kích Thước Tệp | 233 KB |
Số Lần Cài Đặt | 667 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-12-28 |
Ngày Phát Hành | 2016-12-28 |
Đánh Giá | 3.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Mathyn Scheerder |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |