Quick Preview for SoundCloud
Hover the ▶️ Button to Preview Music on SoundCloud
什麼是Quick Preview for SoundCloud?
Quick Preview for SoundCloud是由https://mattias.lol開發的Chrome擴展程式,該擴展的主要功能是“Hover the ▶️ Button to Preview Music on SoundCloud”。
擴展截圖
下載Quick Preview for SoundCloud擴展crx文件
下載Quick Preview for SoundCloud擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension lets you listen to samples from any track on SoundCloud by just hovering over the play button with your mouse. It also enables you to preview content without sacrificing the progress of other, currently playing ones. Click the extension icon to change preferences.
擴展基本資訊
名稱 | Quick Preview for SoundCloud |
ID | lghceigagnfccdnkpdfbbhjjegijbjmp |
官方網址 | https://chromewebstore.google.com/detail/quick-preview-for-soundcl/lghceigagnfccdnkpdfbbhjjegijbjmp |
簡介 | Hover the ▶️ Button to Preview Music on SoundCloud |
檔案大小 | 68.22 KB |
安裝次數 | 202 |
目前版本 | 2.0.1 |
更新時間 | 2019-01-28 |
上架時間 | 2019-01-28 |
評分 | 4.25/5 共 4 次評分 |
開發者 | https://mattias.lol |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/Hemmingsson/Quick-Preview/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Preview for SoundCloud", "version": "2.0.1", "manifest_version": 2, "description": "Hover the \u25b6\ufe0f Button to Preview Music on SoundCloud", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/quick-preview-for-soundcl\/lghceigagnfccdnkpdfbbhjjegijbjmp", "author": "Mattias Hemmingsson", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/soundCloud.com\/*", "storage" ], "browser_action": { "default_icon": "icons\/icon32.png", "default_title": "Quick Preview for SoundCloud", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/soundCloud.com\/*" ], "css": [ "inject\/inject.css" ] }, { "matches": [ "https:\/\/soundCloud.com\/*" ], "js": [ "inject\/sentinel.min.js" ] }, { "matches": [ "https:\/\/soundCloud.com\/*" ], "js": [ "inject\/inject.js" ] } ] } |