Reddit Music Player
Music Player For Reddit.
What is Reddit Music Player?
Reddit Music Player is a Chrome extension developed by bodyflex, and its main feature is "Music Player For Reddit.".
Extension Screenshots
Download Reddit Music Player Extension CRX File
Download Reddit Music Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | gkkkedmdnnhbpjaagecahilkhfcoaffg |
Official URL | https://chrome.google.com/webstore/detail/reddit-music-player/gkkkedmdnnhbpjaagecahilkhfcoaffg |
Description | Music Player For Reddit. |
File Size | 20.42 KB |
Installation Count | 38 |
Current Version | 1.0.5 |
Last Updated | 2017-10-24 |
Publish Date | 2017-10-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | bodyflex |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |