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
公式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
Eメール [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"
    ]
}