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 |
公式URL | 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 |
Eメール | [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" ] } ] } |