Search on SoundCloud
Add a context menu item to search for selected text at SoundCloud.
Qu'est-ce que Search on SoundCloud ?
Search on SoundCloud est une extension Chrome développée par carlosriveros1998, et sa fonction principale est "Add a context menu item to search for selected text at SoundCloud.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search on SoundCloud
Téléchargez les fichiers d'extension Search on SoundCloud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
this Google Chrome extension will help you find music on soundcloud faster by adding an item to search in your right click menu
Informations de Base sur l'Extension
Nom | Search on SoundCloud |
ID | cdbkijigdgmbkjkmdphfeobaekmkdnlm |
URL Officiel | https://chromewebstore.google.com/detail/search-on-soundcloud/cdbkijigdgmbkjkmdphfeobaekmkdnlm |
Description | Add a context menu item to search for selected text at SoundCloud. |
Taille du Fichier | 10.81 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-10-06 |
Date de Publication | 2020-10-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | carlosriveros1998 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |