Radio Player Live

Live Radio Player allows you to listen to hundreds of free radios Sports, News, Talk and Music from around the world!

Radio Player Live là gì?

Radio Player Live là một tiện ích mở rộng Chrome được phát triển bởi Radio-Player-Live, và tính năng chính của nó là "Live Radio Player allows you to listen to hundreds of free radios Sports, News, Talk and Music from around the world!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Radio Player Live 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 your favorite radio stations without leaving the browser, it's possible, with one extension
The extension already contains a list of popular radio stations. The list keeps growing.

 ► You can add your radio stations.
 ► Keyboard shortcuts are supported.
 ► Put your favorite radio stations in the favorites for quick access.
 ► Hide all or only some of the predefined radio stations in the list.                    

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

Tên Radio Player Live Radio Player Live
ID aafalbmhhmidfmfcoaidbaabmcocgakk
URL Chính Thức https://chromewebstore.google.com/detail/radio-player-live/aafalbmhhmidfmfcoaidbaabmcocgakk
Mô tả Live Radio Player allows you to listen to hundreds of free radios Sports, News, Talk and Music from around the world!
Kích Thước Tệp 723 KB
Số Lần Cài Đặt 2,911
Phiên Bản Hiện Tại 3.1.32 Build 202208
Cập Nhật Lần Cuối 2022-08-25
Ngày Phát Hành 2020-02-07
Đánh Giá 3.69/5 Tổng số 42 Đánh Giá
Nhà Phát Triển Radio-Player-Live
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://calidigy.free.fr
URL Trang Chính Sách Bảo Mật http://calidigy.free.fr/privacy-policy
Ngôn Ngữ Được Hỗ Trợ de,en,fr
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/lib\/require.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/default_19.png",
            "38": "images\/default_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "commands": {
        "next": {
            "description": "__MSG_next__",
            "global": false,
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            }
        },
        "playpause": {
            "description": "__MSG_playpause__",
            "global": false,
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "mac": "Command+Shift+8"
            }
        },
        "prev": {
            "description": "__MSG_prev__",
            "global": false,
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts\/tunein.com.js"
            ],
            "matches": [
                "http:\/\/tunein.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content_scripts\/shoutcast.com.js"
            ],
            "matches": [
                "https:\/\/www.shoutcast.com\/*",
                "http:\/\/chrome.thecodingbug.com\/api*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content_scripts\/101.ru.js"
            ],
            "matches": [
                "http:\/\/101.ru\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "scripts\/lib\/jquery-3.1.1.min.js",
                "content_scripts\/listenlive.eu.js"
            ],
            "matches": [
                "http:\/\/*.listenlive.eu\/*",
                "http:\/\/*.australianliveradio.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content_scripts\/radiopotok.ru.js"
            ],
            "matches": [
                "http:\/\/radiopotok.ru\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "images\/default.png",
        "16": "images\/default_16.png",
        "19": "images\/default_19.png",
        "38": "images\/default_38.png",
        "48": "images\/default_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": false,
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "webRequest",
        "http:\/\/calidigy.free.fr\/*"
    ],
    "short_name": "__MSG_shortProductName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.32",
    "version_name": "3.1.32 Build 202208",
    "web_accessible_resources": [
        "images\/added.png"
    ]
}