Groove Radio PT

Listen to the Groove Radio while browsing the web!

Groove Radio PT क्या है?

Groove Radio PT sofiabsilva द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen to the Groove Radio while browsing the web!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Groove Radio PT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Listen to a great selection of non stop world music, get the current song information and look up the last 4 songs aired on the Groove Radio PT online stream. 
You may also easily access the radio's official website and social media pages.
There's an option (enabled by default) that allows for a better user experience while browsing the web, if any tab is audible while the radio is playing, the stream will be muted and resume as soon as the sound stops, so you don't need to worry about stopping the stream when you want to watch a youtube video for instance. 

International website: grooveradio.net 
Portuguese website: grooveradiopt.com

If you experience any problems/have suggestions don't hesitate to contact the developer.                    

एक्सटेंशन की मूल जानकारी

नाम Groove Radio PT Groove Radio PT
ID aadficocbpaijelnmdkhjdkfdnikggka
आधिकारिक URL https://chromewebstore.google.com/detail/groove-radio-pt/aadficocbpaijelnmdkhjdkfdnikggka
विवरण Listen to the Groove Radio while browsing the web!
फ़ाइल का आकार 260 KB
स्थापना संख्या 28
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2019-07-26
प्रकाशन तिथि 2019-07-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर sofiabsilva
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://grooveradio.net/
सहायता पृष्ठ URL https://github.com/sofiabsilva/radio-chrome-extension
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Groove Radio PT",
    "version": "1.1.2",
    "description": "Listen to the Groove Radio while browsing the web!",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "dist\/jquery.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Groove_Play_16.png",
            "24": "images\/Groove_Play_24.png",
            "48": "images\/Groove_Play_48.png",
            "128": "images\/Groove_Play_128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/Groove_Play_16.png",
        "24": "images\/Groove_Play_24.png",
        "48": "images\/Groove_Play_48.png",
        "128": "images\/Groove_Play_128.png"
    },
    "manifest_version": 2
}