Search on SoundCloud

Add a context menu item to search for selected text at SoundCloud.

What is Search on SoundCloud?

Search on SoundCloud is a Chrome extension developed by carlosriveros1998, and its main feature is "Add a context menu item to search for selected text at SoundCloud.".

Extension Screenshots

screenshot

Download Search on SoundCloud Extension CRX File

Download Search on SoundCloud 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

                        this Google Chrome extension will help you find music on soundcloud faster by adding an item to search in your right click menu                    

Extension Basic Information

Name Search on SoundCloud Search on SoundCloud
ID cdbkijigdgmbkjkmdphfeobaekmkdnlm
Official URL https://chromewebstore.google.com/detail/search-on-soundcloud/cdbkijigdgmbkjkmdphfeobaekmkdnlm
Description Add a context menu item to search for selected text at SoundCloud.
File Size 10.81 KB
Installation Count 38
Current Version 1.0
Last Updated 2020-10-06
Publish Date 2020-10-05
Rating 5.00/5 Total 1 Ratings
Developer carlosriveros1998
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search on SoundCloud",
    "author": "Carlos Riveros contact: [email protected]",
    "description": "Add a context menu item to search for selected text at SoundCloud.",
    "icons": {
        "16": "16.png",
        "48": "48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "6",
    "permissions": [
        "contextMenus"
    ],
    "version": "1.0"
}