Playmoss - Add Track Chrome Extension
Add songs and music videos to your Playmoss playlists from any website.
Co je Playmoss - Add Track Chrome Extension?
Playmoss - Add Track Chrome Extension je rozšíření Chrome vyvinuté Playmoss, a jeho hlavní funkcí je „Add songs and music videos to your Playmoss playlists from any website.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Playmoss - Add Track Chrome Extension
Stáhněte si soubory rozšíření Playmoss - Add Track Chrome Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Playmoss - Add Track Chrome Extension |
ID | lgbommihnaoiabjnhfhckodfmfppfcgl |
Oficiální URL | https://chromewebstore.google.com/detail/playmoss-add-track-chrome/lgbommihnaoiabjnhfhckodfmfppfcgl |
Popis | Add songs and music videos to your Playmoss playlists from any website. |
Velikost souboru | 67.41 KB |
Počet instalací | 2,912 |
Aktuální Verze | 1.2.2 |
Poslední Aktualizace | 2015-10-03 |
Datum Vydání | 2015-10-03 |
Hodnocení | 3.38/5 Celkem 21 Hodnocení |
Vývojář | Playmoss |
Typ Platby | free |
Webové stránky Rozšíření | http://www.playmoss.com |
URL Stránky Nápovědy | https://playmoss.com/en/help |
Podporované Jazyky | 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" ] } |