Playmoss - Add Track Chrome Extension
Add songs and music videos to your Playmoss playlists from any website.
Cos'è Playmoss - Add Track Chrome Extension?
Playmoss - Add Track Chrome Extension è un'estensione di Chrome sviluppata da Playmoss, e la sua funzione principale è "Add songs and music videos to your Playmoss playlists from any website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Playmoss - Add Track Chrome Extension
Scarica i file di estensione Playmoss - Add Track Chrome Extension 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
Playmoss is the tool that allows you to create music and video playlists with tracks from YouTube, Vimeo and SoundCloud. In Playmoss you can also follow the musical evolution of other users or weave a network of musical influences between them. Use our platform to save, organize and, most importantly, recall all the musical references you listen on the web throughout the day and share them after with your contacts and friends.
Informazioni di Base sull'Estensione
Nome | Playmoss - Add Track Chrome Extension |
ID | lgbommihnaoiabjnhfhckodfmfppfcgl |
URL Ufficiale | https://chromewebstore.google.com/detail/playmoss-add-track-chrome/lgbommihnaoiabjnhfhckodfmfppfcgl |
Descrizione | Add songs and music videos to your Playmoss playlists from any website. |
Dimensione del File | 67.41 KB |
Conteggio Installazioni | 2,912 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2015-10-03 |
Data di Pubblicazione | 2015-10-03 |
Valutazione | 3.38/5 Totale 21 Valutazioni |
Sviluppatore | Playmoss |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.playmoss.com |
URL della Pagina di Aiuto | https://playmoss.com/en/help |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Playmoss - Add Track Chrome Extension", "description": "Add songs and music videos to your Playmoss playlists from any website.", "version": "1.2.2", "browser_action": { "default_icon": { "19": "img\/logo19.png", "38": "img\/logo38.png" }, "default_title": "Find tracks to add to Playmoss" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "js\/jquery-2.1.4.min.js", "js\/content.js" ] } ], "icons": { "128": "img\/logo128.png", "16": "img\/logo16.png", "48": "img\/logo48.png" }, "permissions": [ "activeTab" ] } |