Groove Radio PT

Listen to the Groove Radio while browsing the web!

Groove Radio PT là gì?

Groove Radio PT là một tiện ích mở rộng Chrome được phát triển bởi sofiabsilva, và tính năng chính của nó là "Listen to the Groove Radio while browsing the web!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Groove Radio PT

Tải xuống các tệp mở rộng Groove Radio PT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Groove Radio PT Groove Radio PT
ID aadficocbpaijelnmdkhjdkfdnikggka
URL Chính Thức https://chromewebstore.google.com/detail/groove-radio-pt/aadficocbpaijelnmdkhjdkfdnikggka
Mô tả Listen to the Groove Radio while browsing the web!
Kích Thước Tệp 260 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2019-07-26
Ngày Phát Hành 2019-07-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sofiabsilva
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://grooveradio.net/
URL Trang Trợ Giúp https://github.com/sofiabsilva/radio-chrome-extension
Ngôn Ngữ Được Hỗ Trợ 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
}