tuneUp
BETAv1.5- An obscure song recognition & SoundCloud search automation tool.
What is tuneUp?
tuneUp is a Chrome extension developed by Kavika Tavui, and its main feature is "BETAv1.5- An obscure song recognition & SoundCloud search automation tool.".
Download tuneUp Extension CRX File
Download tuneUp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | tuneUp |
ID | kgojmhenmkmfgpembdllllimdcdinfgl |
Official URL | https://chromewebstore.google.com/detail/tuneup/kgojmhenmkmfgpembdllllimdcdinfgl |
Description | BETAv1.5- An obscure song recognition & SoundCloud search automation tool. |
File Size | 268 KB |
Installation Count | 40 |
Current Version | 1.5 |
Last Updated | 2016-05-11 |
Publish Date | 2016-05-11 |
Developer | Kavika Tavui |
[email protected] | |
Payment Type | free |
Extension Website | http://kavika.me |
Supported Languages | 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" ] } ] } |