Kumo
Chrome extension for Kumo
什麼是Kumo?
Kumo是由http://thndr.io開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension for Kumo”。
擴展截圖
下載Kumo擴展crx文件
下載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 |
官方網址 | 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" ] } |