SoundQ
SoundCloud Queue
Τι είναι το SoundQ;
Το SoundQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Satya Bodduluri, και η κύρια λειτουργία του είναι "SoundCloud Queue".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SoundQ
Λήψη αρχείων επέκτασης SoundQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you ever wanted to queue songs that you see on SoundCloud, this app is for you! This app allows you to queue songs in SoundCloud. All you have to do is press the button that says "queue" underneath any song that you would like to queue. Known Bugs: - Soundcloud’s player and queue player aren’t mutually exclusive (Pause SoundCloud before using SoundQ) Upcoming Features: - Move whole queue around page - Show more info when hover - Add stuff from search to queue - Fully functional scrubber - mute/volume slider - save/store queue
Βασικές Πληροφορίες Επέκτασης
Όνομα | SoundQ |
ID | cmnpkgmfekalchlmekjnkpaamapaooji |
Επίσημο URL | https://chromewebstore.google.com/detail/soundq/cmnpkgmfekalchlmekjnkpaamapaooji |
Περιγραφή | SoundCloud Queue |
Μέγεθος Αρχείου | 310 KB |
Αριθμός Εγκαταστάσεων | 123 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2014-02-19 |
Ημερομηνία Δημοσίευσης | 2014-02-18 |
Αξιολόγηση | 4.50/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Satya Bodduluri |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/kowabungappl/SoundQ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SoundQ", "version": "1.1", "description": "SoundCloud Queue", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "homepage_url": "https:\/\/github.com\/kowabungappl\/SoundQ", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "css": [ "styles\/injector.css" ], "js": [ "scripts\/jquery-1.11.0.min.js", "scripts\/jquery-ui-1.10.4.custom.js", "scripts\/soundmanager2-nodebug-jsmin.js", "scripts\/sdk.js", "scripts\/jquery.hoverIntent.minified.js", "scripts\/injector.js" ], "all_frames": true } ], "permissions": [ "https:\/\/soundcloud.com\/*" ], "web_accessible_resources": [ "menu.html", "images\/symbol.png", "fonts\/Guifx%20v2%20Transports.ttf" ] } |