stereo paw
stereo paw for Chrome
Cos'è stereo paw?
stereo paw è un'estensione di Chrome sviluppata da https://www.stereopaw.com, e la sua funzione principale è "stereo paw for Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione stereo paw
Scarica i file di estensione stereo paw in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | stereo paw |
ID | gcgoenndigjegpgpfnnmgfnbiollgimk |
URL Ufficiale | https://chromewebstore.google.com/detail/stereo-paw/gcgoenndigjegpgpfnnmgfnbiollgimk |
Descrizione | stereo paw for Chrome |
Dimensione del File | 68.02 KB |
Conteggio Installazioni | 105 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2019-09-18 |
Data di Pubblicazione | 2019-09-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.stereopaw.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.stereopaw.com |
URL della Pagina di Aiuto | https://www.stereopaw.com |
Lingue Supportate | 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" } } |