Search on SoundCloud

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

Wat is Search on SoundCloud?

Search on SoundCloud is een Chrome-extensie ontwikkeld door carlosriveros1998, en de belangrijkste functie is "Add a context menu item to search for selected text at SoundCloud.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Search on SoundCloud

Download Search on SoundCloud-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Search on SoundCloud Search on SoundCloud
ID cdbkijigdgmbkjkmdphfeobaekmkdnlm
Officiële URL https://chromewebstore.google.com/detail/search-on-soundcloud/cdbkijigdgmbkjkmdphfeobaekmkdnlm
Beschrijving Add a context menu item to search for selected text at SoundCloud.
Bestandsgrootte 10.81 KB
Aantal Installaties 38
Huidige Versie 1.0
Laatst Bijgewerkt 2020-10-06
Publicatiedatum 2020-10-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar carlosriveros1998
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}