Kumo

Chrome extension for Kumo

Qu'est-ce que Kumo ?

Kumo est une extension Chrome développée par http://thndr.io, et sa fonction principale est "Chrome extension for Kumo".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kumo

Téléchargez les fichiers d'extension Kumo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Kumo Kumo
ID oaflhfmgajmifheholhdlliofeklodgk
URL Officiel https://chrome.google.com/webstore/detail/oaflhfmgajmifheholhdlliofeklodgk
Description Chrome extension for Kumo
Taille du Fichier 437 KB
Nombre d'Installations 31
Version Actuelle 0.1.2
Dernière Mise à Jour 2018-03-05
Date de Publication 2018-03-05
Évaluation 5.00/5 Total 7 Évaluations
Développeur http://thndr.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.getkumo.com/
Langues Prises en Charge 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"
    ]
}