Kumo
Chrome extension for Kumo
Kumoคืออะไร?
Kumo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://thndr.io และคุณลักษณะหลักของมันคือ "Chrome extension for Kumo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kumo
ดาวน์โหลดไฟล์ส่วนขยาย Kumo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Kumo Chrome Extension for Soundcloud See what your friends are listening to on SoundCloud, and show them what you're listening to, at the exact moment you listen to it. Follow some of your favourite artists like the Pegboard Nerds, Nebbra, Emmit Fenn and more!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oaflhfmgajmifheholhdlliofeklodgk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/oaflhfmgajmifheholhdlliofeklodgk |
คำอธิบาย | Chrome extension for Kumo |
ขนาดไฟล์ | 437 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2018-03-05 |
วันที่เผยแพร่ | 2018-03-05 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | http://thndr.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.getkumo.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kumo", "short_name": "Kumo", "version": "0.1.2", "manifest_version": 2, "description": "Chrome extension for Kumo", "homepage_url": "http:\/\/getkumo.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "content\/overcast.js", "content\/creds.js", "bower_components\/firebase\/firebase.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/soundcloud.com\/*", "storage", "debugger", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "Overcast", "default_popup": "public\/index.html" }, "web_accessible_resources": [ "public\/img\/sc_notification.png" ] } |