Playmoss - Add Track Chrome Extension
Add songs and music videos to your Playmoss playlists from any website.
Playmoss - Add Track Chrome Extension란 무엇입니까?
Playmoss - Add Track Chrome Extension은(는) Playmoss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add songs and music videos to your Playmoss playlists from any website."입니다.
확장 프로그램 스크린샷
Playmoss - Add Track Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Playmoss - Add Track Chrome Extension |
ID | lgbommihnaoiabjnhfhckodfmfppfcgl |
공식 URL | https://chromewebstore.google.com/detail/playmoss-add-track-chrome/lgbommihnaoiabjnhfhckodfmfppfcgl |
설명 | Add songs and music videos to your Playmoss playlists from any website. |
파일 크기 | 67.41 KB |
설치 횟수 | 2,912 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2015-10-03 |
출시 날짜 | 2015-10-03 |
평점 | 3.38/5 총 21 개의 평점 |
개발자 | Playmoss |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.playmoss.com |
도움말 페이지 URL | https://playmoss.com/en/help |
지원되는 언어 | 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" ] } |