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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |