Music Meal: Audio Player & Playlist Streamer
Create playlists from the top song streaming sources & play music in background
Τι είναι το Music Meal: Audio Player & Playlist Streamer;
Το Music Meal: Audio Player & Playlist Streamer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://musicmeal.io, και η κύρια λειτουργία του είναι "Create playlists from the top song streaming sources & play music in background".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Music Meal: Audio Player & Playlist Streamer
Λήψη αρχείων επέκτασης Music Meal: Audio Player & Playlist Streamer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Are you looking for a music streaming app that will be your song streaming & background music player? Welcome to Music Meal: Background Player & Playlist Streamer which allows you to find music from YouTube, Spotify & SoundCloud and stream them in playlist with our free background music playlist streaming player. Imagine having 1 minimalistic music player app that can play music & create playlists from the 3 most popular music streaming services. That’s Music Meal. 🎶ALL IN ONE MUSIC STREAMER YouTube is great for remixes and some podcasts, as well as some live performances. Spotify is great for other podcasts that don't exist on YouTube and a ton of well organized music libraries. SoundCloud is the same - there are songs that are only on it, and things that can not be found on other place. With our song streamer, you can mix youtube & play Spotify / soundcloud songs in 1 app. 🎼VERSATILE PLAYLIST & BACKGROUND MUSIC PLAYBACK As a song streaming music background player app, Music Meal exists as a chrome extension, android app, and a lightweight web player. You can use it to copy over songs and whole playlists or albums from YouTube, SoundCloud, and Spotify. Each playlist can hold as many tracks as you want from all sources, i.e. You can have a track from YouTube, then one or more from Spotify, than back to YouTube or maybe to SoundCloud. 🔎 SEARCH SONGS Besides being a minimizer & playback background player, our versatile background music player also supports a cross platform song search that will look for search results across all platforms and present you with results that you can directly play and/or add to your playlists. This way you can listen to everything at the same place! ☑️ music streaming app to stream all your favorite music ☑️ sync your playlist and favorites from Sound Cloud ☑️ discover new hot songs in the top songs section ☑️ create playlists from different streaming platforms ☑️ play music with the screen turned off (minimizer player) ☑️ organize and delete playlists ☑️ shuffle songs ☑️ easy way to playback youtube videos & create playlists – just share a video and choose Music Meal ☑️ search songs from all 3 platforms The best music in your pocket to be played as you want! Take control over your music listening experience from your favorite video music & song streaming platforms! 🎹Get Music Meal Background Audio Player for FREE Additional info: You can check out a bunch of short demos at YouTube https://www.youtube.com/watch?list=PLd7C2yOsvaKxcV8ibqYsX1pwt-iqRx0tZ&v=DBzZbUX5tBM&feature=emb_title and read more about the product on its webpage - https://musicmeal.io All feedback and ideas are appreaciated! If you have anything you want to share, feel free to ping me at [email protected] or at https://twitter.com/AudioPlayer3
Βασικές Πληροφορίες Επέκτασης
Όνομα | Music Meal: Audio Player & Playlist Streamer |
ID | dnfclojpjpcpkepcobligoibhnjfpllm |
Επίσημο URL | https://chromewebstore.google.com/detail/music-meal-audio-player-p/dnfclojpjpcpkepcobligoibhnjfpllm |
Περιγραφή | Create playlists from the top song streaming sources & play music in background |
Μέγεθος Αρχείου | 1.4 MB |
Αριθμός Εγκαταστάσεων | 4,573 |
Τρέχουσα Έκδοση | 3.13.6 |
Τελευταία Ενημέρωση | 2020-06-16 |
Ημερομηνία Δημοσίευσης | 2020-06-16 |
Αξιολόγηση | 2.43/5 Συνολικά 21 Αξιολογήσεις |
Προγραμματιστής | https://musicmeal.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://musicmeal.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://twitter.com/AudioPlayer3 |
URL της Σελίδας Πολιτικής Απορρήτου | https://janusworkspace.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Music Meal: Audio Player & Playlist Streamer", "description": "Create playlists from the top song streaming sources & play music in background", "version": "3.13.6", "browser_action": { "default_icon": "img\/128-icon.png", "default_popup": "popup.html", "default_title": "Music Meal Audio Player" }, "author": "Kristiyan Ivanov", "background": { "page": "background.html" }, "permissions": [ "background", "notifications", "contextMenus", "https:\/\/api.spotify.com\/*", "https:\/\/musicmeal.io\/*", "https:\/\/soundcloud.com\/*", "https:\/\/api.soundcloud.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/googleads.g.doubleclick*", "http:\/\/auiolisten.quatinus.info\/*" ], "content_scripts": [ { "matches": [ "https:\/\/musicmeal.io\/*", "http:\/\/audioplayer.quatinus.info\/*", "http:\/\/auiolisten.quatinus.info\/*" ], "js": [ "contentScript.bundle.js" ], "run_at": "document_end" } ], "commands": { "play\/pause": { "suggested_key": { "default": "Alt+P" }, "global": true, "description": "Play\/Pause the player" }, "nextSong": { "suggested_key": { "default": "Alt+N" }, "global": true, "description": "Plays the Next Song" }, "previousSong": { "suggested_key": { "default": "Alt+B", "mac": "Alt+B" }, "global": true, "description": "Plays the Previous Song" }, "_execute_browser_action": { "suggested_key": { "windows": "Alt+M", "mac": "Alt+M", "chromeos": "Alt+M", "linux": "Alt+M" } } }, "icons": { "16": "img\/16-icon.png", "48": "img\/48-icon.png", "128": "img\/128-icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-TLBIOSoP8\/ZacxIxs0\/doKXmh5eFaz7r+n0\/aVgi94s=' 'sha256-pJVwkFy7BFX4jGyt5GmNEzAIYzQtoMR4s1TFrEwe4Q4=' https:\/\/sdk.scdn.co\/spotify-player.js; object-src 'self' 'unsafe-inline' https:\/\/sdk.scdn.co\/*; frame-src 'self' 'unsafe-eval' https:\/\/www.youtube.com https:\/\/sdk.scdn.co\/ https:\/\/musicmeal.io\/;" } |