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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Playmoss และคุณลักษณะหลักของมันคือ "Add songs and music videos to your Playmoss playlists from any website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Playmoss - Add Track Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย Playmoss - Add Track Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |