Kumo
Chrome extension for Kumo
Wat is Kumo?
Kumo is een Chrome-extensie ontwikkeld door http://thndr.io, en de belangrijkste functie is "Chrome extension for Kumo".
Extensie Screenshots
Download het CRX-bestand van de extensie Kumo
Download Kumo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | oaflhfmgajmifheholhdlliofeklodgk |
Officiële URL | https://chrome.google.com/webstore/detail/oaflhfmgajmifheholhdlliofeklodgk |
Beschrijving | Chrome extension for Kumo |
Bestandsgrootte | 437 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2018-03-05 |
Publicatiedatum | 2018-03-05 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | http://thndr.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.getkumo.com/ |
Ondersteunde Talen | 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" ] } |