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ファイルをダウンロード

tuneUp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}