tuneUp

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

tuneUp là gì?

tuneUp là một tiện ích mở rộng Chrome được phát triển bởi Kavika Tavui, và tính năng chính của nó là "BETAv1.5- An obscure song recognition & SoundCloud search automation tool.".

Tải xuống tệp CRX của tiện ích mở rộng tuneUp

Tải xuống các tệp mở rộng tuneUp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên tuneUp tuneUp
ID kgojmhenmkmfgpembdllllimdcdinfgl
URL Chính Thức https://chromewebstore.google.com/detail/tuneup/kgojmhenmkmfgpembdllllimdcdinfgl
Mô tả BETAv1.5- An obscure song recognition & SoundCloud search automation tool.
Kích Thước Tệp 268 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2016-05-11
Ngày Phát Hành 2016-05-11
Nhà Phát Triển Kavika Tavui
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://kavika.me
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}