Auto Play
Automatically play music from a variety of websites
Τι είναι το Auto Play;
Το Auto Play είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον syrrim, και η κύρια λειτουργία του είναι "Automatically play music from a variety of websites".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Auto Play
Λήψη αρχείων επέκτασης Auto Play σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows you to generate a playlist of music, that will be automatically played. This music can be from most popular sites, including: • Youtube • SoundCloud • Bandcamp • Vimeo It also allows you to add audio tracks off the web, as long as the format is supported by chrome. Currently playing sounds can be played and paused, seeked through, restarted, or skipped over. Songs in the queue can be reorganized through drag and drop methods, as well as completely removed. In other words, you have complete control over the playlist.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Auto Play |
ID | ahenlbboobkcclimcmfmeppgldbnemfh |
Επίσημο URL | https://chromewebstore.google.com/detail/auto-play/ahenlbboobkcclimcmfmeppgldbnemfh |
Περιγραφή | Automatically play music from a variety of websites |
Μέγεθος Αρχείου | 136 KB |
Αριθμός Εγκαταστάσεων | 301 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2015-10-29 |
Ημερομηνία Δημοσίευσης | 2015-10-28 |
Αξιολόγηση | 4.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | syrrim |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Play", "description": "Automatically play music from a variety of websites", "author": "syrrim", "version": "1.0.1", "icons": { "128": "logo128.png", "48": "logo48.png", "16": "logo16.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "logo\/logo128.png", "default_title": "Auto Play", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "http:\/\/streampocket.com\/" ] } |