Quick Preview for SoundCloud
Hover the ▶️ Button to Preview Music on SoundCloud
Was ist Quick Preview for SoundCloud?
Quick Preview for SoundCloud ist eine Chrome-Erweiterung, die von https://mattias.lol entwickelt wurde, und ihr Hauptmerkmal ist "Hover the ▶️ Button to Preview Music on SoundCloud".
Erweiterungsscreenshots
Quick Preview for SoundCloud-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick Preview for SoundCloud-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Quick Preview for SoundCloud |
ID | lghceigagnfccdnkpdfbbhjjegijbjmp |
Offizielle URL | https://chromewebstore.google.com/detail/quick-preview-for-soundcl/lghceigagnfccdnkpdfbbhjjegijbjmp |
Beschreibung | Hover the ▶️ Button to Preview Music on SoundCloud |
Dateigröße | 68.22 KB |
Installationsanzahl | 202 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2019-01-28 |
Veröffentlichungsdatum | 2019-01-28 |
Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
Entwickler | https://mattias.lol |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/Hemmingsson/Quick-Preview/issues |
Unterstützte Sprachen | 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" ] } ] } |