Reddit Music Player

Music Player For Reddit.

Co je Reddit Music Player?

Reddit Music Player je rozšíření Chrome vyvinuté bodyflex, a jeho hlavní funkcí je „Music Player For Reddit.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reddit Music Player

Stáhněte si soubory rozšíření Reddit Music Player ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Reddit Music Player Reddit Music Player
ID gkkkedmdnnhbpjaagecahilkhfcoaffg
Oficiální URL https://chrome.google.com/webstore/detail/reddit-music-player/gkkkedmdnnhbpjaagecahilkhfcoaffg
Popis Music Player For Reddit.
Velikost souboru 20.42 KB
Počet instalací 38
Aktuální Verze 1.0.5
Poslední Aktualizace 2017-10-24
Datum Vydání 2017-10-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář bodyflex
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}