Reddit Music Player
Music Player For Reddit.
O que é Reddit Music Player?
Reddit Music Player é uma extensão do Chrome desenvolvida por bodyflex, e sua principal característica é "Music Player For Reddit.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit Music Player
Baixe arquivos de extensão Reddit Music Player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | gkkkedmdnnhbpjaagecahilkhfcoaffg |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-music-player/gkkkedmdnnhbpjaagecahilkhfcoaffg |
Descrição | Music Player For Reddit. |
Tamanho do Arquivo | 20.42 KB |
Contagem de Instalações | 38 |
Versão Atual | 1.0.5 |
Última Atualização | 2017-10-24 |
Data de Publicação | 2017-10-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | bodyflex |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |