Quick Preview for SoundCloud
Hover the ▶️ Button to Preview Music on SoundCloud
Cos'è Quick Preview for SoundCloud?
Quick Preview for SoundCloud è un'estensione di Chrome sviluppata da https://mattias.lol, e la sua funzione principale è "Hover the ▶️ Button to Preview Music on SoundCloud".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Preview for SoundCloud
Scarica i file di estensione Quick Preview for SoundCloud in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Quick Preview for SoundCloud |
ID | lghceigagnfccdnkpdfbbhjjegijbjmp |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-preview-for-soundcl/lghceigagnfccdnkpdfbbhjjegijbjmp |
Descrizione | Hover the ▶️ Button to Preview Music on SoundCloud |
Dimensione del File | 68.22 KB |
Conteggio Installazioni | 202 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2019-01-28 |
Data di Pubblicazione | 2019-01-28 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | https://mattias.lol |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/Hemmingsson/Quick-Preview/issues |
Lingue Supportate | 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" ] } ] } |