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" ] } |