Quick Preview for SoundCloud
Hover the ▶️ Button to Preview Music on SoundCloud
Wat is Quick Preview for SoundCloud?
Quick Preview for SoundCloud is een Chrome-extensie ontwikkeld door https://mattias.lol, en de belangrijkste functie is "Hover the ▶️ Button to Preview Music on SoundCloud".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Preview for SoundCloud
Download Quick Preview for SoundCloud-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Quick Preview for SoundCloud |
ID | lghceigagnfccdnkpdfbbhjjegijbjmp |
Officiële URL | https://chromewebstore.google.com/detail/quick-preview-for-soundcl/lghceigagnfccdnkpdfbbhjjegijbjmp |
Beschrijving | Hover the ▶️ Button to Preview Music on SoundCloud |
Bestandsgrootte | 68.22 KB |
Aantal Installaties | 202 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2019-01-28 |
Publicatiedatum | 2019-01-28 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://mattias.lol |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/Hemmingsson/Quick-Preview/issues |
Ondersteunde Talen | 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" ] } ] } |