KOLLEKT.FM Extension
Favorite and add tracks to playlists from external websites
KOLLEKT.FM Extensionคืออะไร?
KOLLEKT.FM Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kollekt.fm และคุณลักษณะหลักของมันคือ "Favorite and add tracks to playlists from external websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KOLLEKT.FM Extension
ดาวน์โหลดไฟล์ส่วนขยาย KOLLEKT.FM Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily collect Youtube and Soundcloud songs you discover on the web. Add them to playlists or favourite them with one click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | KOLLEKT.FM Extension |
ID | lgaclgohoaoohngfihldckgjhenbncpi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kollektfm-extension/lgaclgohoaoohngfihldckgjhenbncpi |
คำอธิบาย | Favorite and add tracks to playlists from external websites |
ขนาดไฟล์ | 727 KB |
จำนวนการติดตั้ง | 114 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2017-09-29 |
วันที่เผยแพร่ | 2017-09-29 |
คะแนน | 5.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://kollekt.fm |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://kollekt.fm/extension/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KOLLEKT.FM Extension", "description": "Favorite and add tracks to playlists from external websites", "version": "1.8", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "notifications", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "https:\/\/kollekt.fm\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/installed.js" ] } |