Reddit Music Player
Music Player For Reddit.
Reddit Music Player란 무엇입니까?
Reddit Music Player은(는) bodyflex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Music Player For Reddit."입니다.
확장 프로그램 스크린샷
Reddit Music Player 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |