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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" ] } ] } |