Reddit Music Player
Music Player For Reddit.
Qu'est-ce que Reddit Music Player ?
Reddit Music Player est une extension Chrome développée par bodyflex, et sa fonction principale est "Music Player For Reddit.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Music Player
Téléchargez les fichiers d'extension Reddit Music Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | gkkkedmdnnhbpjaagecahilkhfcoaffg |
URL Officiel | https://chrome.google.com/webstore/detail/reddit-music-player/gkkkedmdnnhbpjaagecahilkhfcoaffg |
Description | Music Player For Reddit. |
Taille du Fichier | 20.42 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2017-10-24 |
Date de Publication | 2017-10-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | bodyflex |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |