PlugPro
A more usable and professional layout for the Plug.DJ music community
Τι είναι το PlugPro;
Το PlugPro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Travis Wimer, και η κύρια λειτουργία του είναι "A more usable and professional layout for the Plug.DJ music community".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PlugPro
Λήψη αρχείων επέκτασης PlugPro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Plug.dj is cool, but sometimes you just want to listen to music without a screen full of frolicking furries and YouTube videos. PlugPro is the solution. ( Help build PlugPro on GitHub: https://github.com/traviswimer/PlugPro ) Features: - Auto-Woot - Inline chat images - 3 unique ways to view Plug.dj: Pro View: - No animations - Large chat box - Always-visible User list, DJ waitlist, and Song History - Less purple... (why is there so much purple?) Video View: - The entire screen is video! Avatar View: - The normal Plug.dj view you are used to - Also, less purple. :-)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hgpmnicpdbofkebilbinaihkfnoedpej |
Επίσημο URL | https://chromewebstore.google.com/detail/plugpro/hgpmnicpdbofkebilbinaihkfnoedpej |
Περιγραφή | A more usable and professional layout for the Plug.DJ music community |
Μέγεθος Αρχείου | 128 KB |
Αριθμός Εγκαταστάσεων | 1,239 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2015-05-19 |
Ημερομηνία Δημοσίευσης | 2015-05-19 |
Αξιολόγηση | 3.91/5 Συνολικά 131 Αξιολογήσεις |
Προγραμματιστής | Travis Wimer |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PlugPro", "version": "1.0.5", "description": "A more usable and professional layout for the Plug.DJ music community", "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "48": "images\/icon_48.png" }, "browser_action": { "default_icon": "images\/icon_128.png" }, "content_scripts": [ { "css": [ "css\/background.css" ], "js": [ "js\/init.js" ], "matches": [ "http:\/\/plug.dj\/*", "https:\/\/plug.dj\/*" ] } ], "background": { "scripts": [ "js\/event_page.js" ], "persistent": false }, "permissions": [ "http:\/\/plug.dj\/", "https:\/\/plug.dj\/", "storage" ], "web_accessible_resources": [ "js\/plug_pro.js", "css\/plug_pro.css", "css\/media.css", "images\/logo.png", "images\/logo_large.png", "images\/icons.png", "images\/spinner.gif", "images\/close.png", "images\/github_logo.png", "backgrounds\/*", "js\/init.js" ] } |