Nicecream FM

Nicecream fm radio

Nicecream FM là gì?

Nicecream FM là một tiện ích mở rộng Chrome được phát triển bởi Dazicu, và tính năng chính của nó là "Nicecream fm radio".

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

screenshot

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

Tải xuống các tệp mở rộng Nicecream FM 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

                        A player for the nicecream.fm online radio

Updated: 1.2:
 - Fix some bugs
 - Add the title of the song                    

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

Tên Nicecream FM Nicecream FM
ID dcgidlkhpoagoeegdaapabccfofgdope
URL Chính Thức https://chromewebstore.google.com/detail/nicecream-fm/dcgidlkhpoagoeegdaapabccfofgdope
Mô tả Nicecream fm radio
Kích Thước Tệp 363 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-06-29
Ngày Phát Hành 2017-06-29
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Dazicu
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nicecream FM",
    "description": "Nicecream fm radio",
    "version": "1.2",
    "permissions": [
        "https:\/\/s2.voscast.com\/",
        "http:\/\/s2.voscast.com:8964\/currentsong",
        "http:\/\/s2.voscast.com:8966\/currentsong",
        "http:\/\/s2.voscast.com:8968\/currentsong",
        "http:\/\/beta.nicecream.fm\/",
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/s2.voscast.com; object-src 'self'",
    "browser_action": {
        "default_icon": "ico_scope.png",
        "default_popup": "pop.html"
    }
}