tuneUp

BETAv1.5- An obscure song recognition & SoundCloud search automation tool.

tuneUp란 무엇입니까?

tuneUp은(는) Kavika Tavui에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BETAv1.5- An obscure song recognition & SoundCloud search automation tool."입니다.

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

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

확장 프로그램 사용 설명서

                        To use, simply hit the extension button while listening to a radio station on the tunein.com website, and the current song playing will be searched in SoundCloud. New more powerful version coming soon with more SoundCloud integration features.                    

확장 프로그램 기본 정보

이름 tuneUp tuneUp
ID kgojmhenmkmfgpembdllllimdcdinfgl
공식 URL https://chromewebstore.google.com/detail/tuneup/kgojmhenmkmfgpembdllllimdcdinfgl
설명 BETAv1.5- An obscure song recognition & SoundCloud search automation tool.
파일 크기 268 KB
설치 횟수 40
현재 버전 1.5
최근 업데이트 2016-05-11
출시 날짜 2016-05-11
개발자 Kavika Tavui
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://kavika.me
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tuneUp",
    "version": "1.5",
    "manifest_version": 2,
    "description": "BETAv1.5- An obscure song recognition & SoundCloud search automation tool.",
    "homepage_url": "http:\/\/kavika.me",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "tuneUp",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "clipboardRead",
        "clipboardWrite",
        "contentSettings",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tunein.com\/*",
                "*:\/\/www.soundcloud.com\/*"
            ],
            "js": [
                "src\/browser_action\/whois.js"
            ]
        }
    ]
}