Groove Radio PT

Listen to the Groove Radio while browsing the web!

Τι είναι το Groove Radio PT;

Το Groove Radio PT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sofiabsilva, και η κύρια λειτουργία του είναι "Listen to the Groove Radio while browsing the web!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Groove Radio PT

Λήψη αρχείων επέκτασης Groove Radio PT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
}