Youtube Radio
Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.
Youtube Radio क्या है?
Youtube Radio Daniel Ravina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Radio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have you ever wanted to "listen only" to a youtube video/playlist? There are so many great tracks out there where the visuals and the comments are simply one big distraction. Instead of scrolling down the page or minimizing the window at your workplace, you can enjoy good music with no interruptions all day long!
एक्सटेंशन की मूल जानकारी
नाम | Youtube Radio |
ID | acdpmpdeondncfaamflcbfpeackcgjml |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-radio/acdpmpdeondncfaamflcbfpeackcgjml |
विवरण | Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video. |
फ़ाइल का आकार | 57.02 KB |
स्थापना संख्या | 349 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2015-10-27 |
प्रकाशन तिथि | 2015-10-26 |
रेटिंग | 3.89/5 कुल 9 रेटिंग्स |
डेवलपर | Daniel Ravina |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Radio", "version": "0.0.1", "description": "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Daniel Ravina", "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*", "http:\/\/youtube.com\/*" ], "js": [ "jquery.js", "main.js" ], "css": [ "main.css" ] } ], "web_accessible_resources": [ "fonts\/*" ] } |