Playmoss - Add Track Chrome Extension
Add songs and music videos to your Playmoss playlists from any website.
Wat is Playmoss - Add Track Chrome Extension?
Playmoss - Add Track Chrome Extension is een Chrome-extensie ontwikkeld door Playmoss, en de belangrijkste functie is "Add songs and music videos to your Playmoss playlists from any website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Playmoss - Add Track Chrome Extension
Download Playmoss - Add Track Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Playmoss - Add Track Chrome Extension |
ID | lgbommihnaoiabjnhfhckodfmfppfcgl |
Officiële URL | https://chromewebstore.google.com/detail/playmoss-add-track-chrome/lgbommihnaoiabjnhfhckodfmfppfcgl |
Beschrijving | Add songs and music videos to your Playmoss playlists from any website. |
Bestandsgrootte | 67.41 KB |
Aantal Installaties | 2,912 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2015-10-03 |
Publicatiedatum | 2015-10-03 |
Beoordeling | 3.38/5 Totaal 21 Beoordelingen |
Ontwikkelaar | Playmoss |
Betalingswijze | free |
Extensiewebsite | http://www.playmoss.com |
Help Pagina-URL | https://playmoss.com/en/help |
Ondersteunde Talen | 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" ] } |