Reddit Music Player
Music Player For Reddit.
Что такое Reddit Music Player?
Reddit Music Player - это расширение Chrome, разработанное bodyflex, и его основная функция - "Music Player For Reddit.".
Снимки экрана расширения
Скачать файл CRX расширения Reddit Music Player
Скачайте файлы расширений 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" ] } |