Kumo

Chrome extension for Kumo

Cos'è Kumo?

Kumo è un'estensione di Chrome sviluppata da http://thndr.io, e la sua funzione principale è "Chrome extension for Kumo".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kumo

Scarica i file di estensione Kumo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Kumo Kumo
ID oaflhfmgajmifheholhdlliofeklodgk
URL Ufficiale https://chrome.google.com/webstore/detail/oaflhfmgajmifheholhdlliofeklodgk
Descrizione Chrome extension for Kumo
Dimensione del File 437 KB
Conteggio Installazioni 31
Versione Corrente 0.1.2
Ultimo Aggiornamento 2018-03-05
Data di Pubblicazione 2018-03-05
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore http://thndr.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.getkumo.com/
Lingue Supportate 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"
    ]
}