Playmoss - Add Track Chrome Extension
Add songs and music videos to your Playmoss playlists from any website.
O que é Playmoss - Add Track Chrome Extension?
Playmoss - Add Track Chrome Extension é uma extensão do Chrome desenvolvida por Playmoss, e sua principal característica é "Add songs and music videos to your Playmoss playlists from any website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Playmoss - Add Track Chrome Extension
Baixe arquivos de extensão Playmoss - Add Track Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Playmoss - Add Track Chrome Extension |
ID | lgbommihnaoiabjnhfhckodfmfppfcgl |
URL Oficial | https://chromewebstore.google.com/detail/playmoss-add-track-chrome/lgbommihnaoiabjnhfhckodfmfppfcgl |
Descrição | Add songs and music videos to your Playmoss playlists from any website. |
Tamanho do Arquivo | 67.41 KB |
Contagem de Instalações | 2,912 |
Versão Atual | 1.2.2 |
Última Atualização | 2015-10-03 |
Data de Publicação | 2015-10-03 |
Classificação | 3.38/5 Total de 21 Avaliações |
Desenvolvedor | Playmoss |
Tipo de Pagamento | free |
Site da Extensão | http://www.playmoss.com |
URL da Página de Ajuda | https://playmoss.com/en/help |
Idiomas Suportados | 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" ] } |