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 |
公式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 |
Eメール | [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" ] } |