Kumo
Chrome extension for Kumo
What is Kumo?
Kumo is a Chrome extension developed by http://thndr.io, and its main feature is "Chrome extension for Kumo".
Extension Screenshots
Download Kumo Extension CRX File
Download Kumo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | oaflhfmgajmifheholhdlliofeklodgk |
Official URL | https://chrome.google.com/webstore/detail/oaflhfmgajmifheholhdlliofeklodgk |
Description | Chrome extension for Kumo |
File Size | 437 KB |
Installation Count | 31 |
Current Version | 0.1.2 |
Last Updated | 2018-03-05 |
Publish Date | 2018-03-05 |
Rating | 5.00/5 Total 7 Ratings |
Developer | http://thndr.io |
[email protected] | |
Payment Type | free |
Extension Website | http://www.getkumo.com/ |
Supported Languages | 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" ] } |