stereo paw
stereo paw for Chrome
Qu'est-ce que stereo paw ?
stereo paw est une extension Chrome développée par https://www.stereopaw.com, et sa fonction principale est "stereo paw for Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension stereo paw
Téléchargez les fichiers d'extension stereo paw 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
stereopaw is a streaming music bookmarklet side project. * Can't remember when a track drops in a mix? * Tired of favorites scattered across music services? * Want to share a snippet of a mix? Get your paws on the stereo paw chrome extension. When you hear something you like, click the extension, and the track's artist, title, and timestamp will be saved for future reference, readily playable from the stereopaw website. Visit the stereopaw.com website to hear your tracks, see what's popular, what's new, and hear more of the best. stereopaw may or may not add services. Bookmarking is currently supported on the following services. * Soundcloud * YouTube
Informations de Base sur l'Extension
Nom | stereo paw |
ID | gcgoenndigjegpgpfnnmgfnbiollgimk |
URL Officiel | https://chromewebstore.google.com/detail/stereo-paw/gcgoenndigjegpgpfnnmgfnbiollgimk |
Description | stereo paw for Chrome |
Taille du Fichier | 68.02 KB |
Nombre d'Installations | 105 |
Version Actuelle | 0.7 |
Dernière Mise à Jour | 2019-09-18 |
Date de Publication | 2019-09-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.stereopaw.com |
Type de Paiement | free |
Site Web de l'Extension | https://www.stereopaw.com |
URL de la Page d'Aide | https://www.stereopaw.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon-toolbar.png", "default_title": "stereo paw", "default_popup": "popup.html" }, "background": { "persistence": false, "scripts": [ "bg.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.stereopaw.com\/*", "*:\/\/*.soundcloud.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.mixcloud.com\/*", "*:\/\/*.spotify.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.stereopaw.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "name": "stereo paw", "description": "stereo paw for Chrome", "homepage_url": "https:\/\/www.stereopaw.com", "version": "0.7", "permissions": [ "tabs", "*:\/\/*\/*", "activeTab" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |