SoundCloud Search
SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
What is SoundCloud Search?
SoundCloud Search is a Chrome extension developed by Unknown, and its main feature is "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.".
Extension Screenshots
Download SoundCloud Search Extension CRX File
Download SoundCloud Search 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
Adds support to the Chrome omnibox to search for SoundCloud tracks and users. SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox. Using the keyword sc [tab/space] you can immediately start searching for tracks. Type in the username preceded by a forward-slash [ / ] to search for that user. The amount of suggestions are limited, pressing ENTER will redirect you to SoundCloud's search results page. For source code and documentation visit https://github.com/gmontalvoriv/soundcloud-search. This product is not affiliated with SoundCloud.
Extension Basic Information
Name | SoundCloud Search |
ID | elbnoifhdccmcgjbbagofcmnoibejgkc |
Official URL | https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc |
Description | SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox. |
File Size | 166 KB |
Installation Count | 4,431 |
Current Version | 1.0 |
Last Updated | 2015-12-23 |
Publish Date | 2015-12-22 |
Rating | 4.64/5 Total 36 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/gmontalvoriv/soundcloud-search |
Help Page URL | https://github.com/gmontalvoriv/soundcloud-search |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SoundCloud Search", "description": "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.", "version": "1.0", "manifest_version": 2, "omnibox": { "keyword": "sc" }, "icons": { "16": "images\/cloud_16.png", "48": "images\/cloud_48.png", "128": "images\/cloud_128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |