Reddit Music Player
Music Player For Reddit.
Reddit Music Player क्या है?
Reddit Music Player bodyflex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Music Player For Reddit."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Music Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |