Kumo

Chrome extension for Kumo

Kumo란 무엇입니까?

Kumo은(는) http://thndr.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for Kumo"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Kumo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Kumo Kumo
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
이메일 [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"
    ]
}