Quick Preview for SoundCloud
Hover the ▶️ Button to Preview Music on SoundCloud
ما هو Quick Preview for SoundCloud؟
Quick Preview for SoundCloud هو إضافة Chrome تم تطويرها بواسطة https://mattias.lol، والميزة الرئيسية لها هي "Hover the ▶️ Button to Preview Music on SoundCloud".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Preview for SoundCloud
قم بتنزيل ملفات الامتداد Quick Preview for SoundCloud بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | 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" ] } ] } |