Reddit Music Player
Music Player For Reddit.
Τι είναι το Reddit Music Player;
Το Reddit Music Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bodyflex, και η κύρια λειτουργία του είναι "Music Player For Reddit.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reddit Music Player
Λήψη αρχείων επέκτασης Reddit Music Player σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Reddit Music Player helps you play the sound of each YouTube and SoundCloud link on any page on reddit. No more opening each link separately, everything can be played in the page using a universal interface. The extension is activated by pressing P on your keyboard. Keyboard shortcuts: - P: activate the music player - Arrow down: play next sound - Arrow up: play previous sound - Arrow right: seek forwards in currently playing sound - Arrow left: seek backwards in currently playing sound - S: save currently playing sound to your reddit account - U: upvote currently playing sound - D: downvote currently playing sound
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gkkkedmdnnhbpjaagecahilkhfcoaffg |
Επίσημο URL | https://chrome.google.com/webstore/detail/reddit-music-player/gkkkedmdnnhbpjaagecahilkhfcoaffg |
Περιγραφή | Music Player For Reddit. |
Μέγεθος Αρχείου | 20.42 KB |
Αριθμός Εγκαταστάσεων | 38 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2017-10-24 |
Ημερομηνία Δημοσίευσης | 2017-10-24 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | bodyflex |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Music Player", "description": "Music Player For Reddit.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.0.5", "permissions": [ "https:\/\/www.reddit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "main.js" ], "css": [ "main.css" ] } ], "web_accessible_resources": [ "dist\/build.js" ] } |