Quick Preview for SoundCloud
Hover the ▶️ Button to Preview Music on SoundCloud
Qu'est-ce que Quick Preview for SoundCloud ?
Quick Preview for SoundCloud est une extension Chrome développée par https://mattias.lol, et sa fonction principale est "Hover the ▶️ Button to Preview Music on SoundCloud".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Preview for SoundCloud
Téléchargez les fichiers d'extension Quick Preview for SoundCloud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Quick Preview for SoundCloud |
ID | lghceigagnfccdnkpdfbbhjjegijbjmp |
URL Officiel | https://chromewebstore.google.com/detail/quick-preview-for-soundcl/lghceigagnfccdnkpdfbbhjjegijbjmp |
Description | Hover the ▶️ Button to Preview Music on SoundCloud |
Taille du Fichier | 68.22 KB |
Nombre d'Installations | 202 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2019-01-28 |
Date de Publication | 2019-01-28 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | https://mattias.lol |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/Hemmingsson/Quick-Preview/issues |
Langues Prises en Charge | 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" ] } ] } |