Reddit Music Player

Music Player For Reddit.

Wat is Reddit Music Player?

Reddit Music Player is een Chrome-extensie ontwikkeld door bodyflex, en de belangrijkste functie is "Music Player For Reddit.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reddit Music Player

Download Reddit Music Player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Reddit Music Player Reddit Music Player
ID gkkkedmdnnhbpjaagecahilkhfcoaffg
Officiële URL https://chrome.google.com/webstore/detail/reddit-music-player/gkkkedmdnnhbpjaagecahilkhfcoaffg
Beschrijving Music Player For Reddit.
Bestandsgrootte 20.42 KB
Aantal Installaties 38
Huidige Versie 1.0.5
Laatst Bijgewerkt 2017-10-24
Publicatiedatum 2017-10-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar bodyflex
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}