Playmoss - Add Track Chrome Extension
Add songs and music videos to your Playmoss playlists from any website.
Playmoss - Add Track Chrome Extension là gì?
Playmoss - Add Track Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Playmoss, và tính năng chính của nó là "Add songs and music videos to your Playmoss playlists from any website.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Playmoss - Add Track Chrome Extension
Tải xuống các tệp mở rộng Playmoss - Add Track Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Playmoss - Add Track Chrome Extension |
ID | lgbommihnaoiabjnhfhckodfmfppfcgl |
URL Chính Thức | https://chromewebstore.google.com/detail/playmoss-add-track-chrome/lgbommihnaoiabjnhfhckodfmfppfcgl |
Mô tả | Add songs and music videos to your Playmoss playlists from any website. |
Kích Thước Tệp | 67.41 KB |
Số Lần Cài Đặt | 2,912 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2015-10-03 |
Ngày Phát Hành | 2015-10-03 |
Đánh Giá | 3.38/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | Playmoss |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.playmoss.com |
URL Trang Trợ Giúp | https://playmoss.com/en/help |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |