Reddit Music Player
Music Player For Reddit.
什么是Reddit Music Player?
Reddit Music Player是由bodyflex开发的Chrome扩展程序,该扩展的主要功能是“Music Player For Reddit.”。
扩展截图
下载Reddit Music Player扩展crx文件
下载Reddit Music Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | gkkkedmdnnhbpjaagecahilkhfcoaffg |
官方URL | https://chrome.google.com/webstore/detail/reddit-music-player/gkkkedmdnnhbpjaagecahilkhfcoaffg |
简介 | Music Player For Reddit. |
文件大小 | 20.42 KB |
安装次数 | 38 |
当前版本 | 1.0.5 |
更新时间 | 2017-10-24 |
上架时间 | 2017-10-24 |
评分 | 5.00/5 共1次评分 |
开发者 | bodyflex |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |