Reddit Music Player

Music Player For Reddit.

什麼是Reddit Music Player?

Reddit Music Player是由bodyflex開發的Chrome擴展程式,該擴展的主要功能是“Music Player For Reddit.”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Reddit Music Player Reddit Music Player
ID gkkkedmdnnhbpjaagecahilkhfcoaffg
官方網址 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"
    ]
}