Radio SLO
Radio SLO is extension app where you can select your popular radio to play in background of chrome browser.
Radio SLO क्या है?
Radio SLO dpVito द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Radio SLO is extension app where you can select your popular radio to play in background of chrome browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Radio SLO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Select your popular radio station and enjoy the music! 100 % free and super easy to use! Are you tired of searching for online radios on the internet? Well, we have a simple solution for you just one click away! Radio SLO is a great extension app that allows you to listen your favourite on-line radio station in the Google Chrome browser background. All you have to do is to add app on Google Chrome browser window. Voila! Now, simply click on a radio icon, choose your best station, click play and let the music make your day :)! Comment and help us to make this extension even better!
एक्सटेंशन की मूल जानकारी
नाम | Radio SLO |
ID | npondohdhffhdhejblipejoiefeegkco |
आधिकारिक URL | https://chromewebstore.google.com/detail/radio-slo/npondohdhffhdhejblipejoiefeegkco |
विवरण | Radio SLO is extension app where you can select your popular radio to play in background of chrome browser. |
फ़ाइल का आकार | 109 KB |
स्थापना संख्या | 103 |
वर्तमान संस्करण | 1.1.8 |
अंतिम अपडेट | 2019-05-20 |
प्रकाशन तिथि | 2019-05-20 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | dpVito |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | sl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Radio SLO", "short_name": "Radio SLO online radio player.", "description": "Radio SLO is extension app where you can select your popular radio to play in background of chrome browser.", "version": "1.1.8", "permissions": [ "management", "background", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "http:\/\/api.rtvslo.si\/onair\/val202?callback=val202" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+W", "mac": "Alt+W" } } }, "browser_action": { "default_icon": "img\/radio-19.png", "default_popup": "popup.html", "default_title": "Radio SLO" }, "background": { "scripts": [ "bg.js" ] }, "icons": { "48": "img\/radio-48.png", "128": "img\/radio-128.png" } } |