Christmas Radio Club

Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club

Christmas Radio Club là gì?

Christmas Radio Club là một tiện ích mở rộng Chrome được phát triển bởi toxic, và tính năng chính của nó là "Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club".

Ả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 Christmas Radio Club

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

                        Christmas Radio Club
Version 2.0.2

A simple and compact popup player for Christmas songs, 24hrs per day, 7 days per week.

Online station http://christmasradio.club

Contact us online at:

WEB: > http://christmasradio.club
Facebook: https://www.facebook.com/christmasradioclub
Twitter: https://twitter.com/ChristmasRadioC

Many Thanks.

Santa :D                    

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

Tên Christmas Radio Club Christmas Radio Club
ID emcnkdfnndcpmdhbkdocelpbbopnpnoe
URL Chính Thức https://chrome.google.com/webstore/detail/christmas-radio-club/emcnkdfnndcpmdhbkdocelpbbopnpnoe
Mô tả Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club
Kích Thước Tệp 9.15 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2019-04-15
Ngày Phát Hành 2019-04-15
Nhà Phát Triển toxic
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://christmasradio.club
URL Trang Trợ Giúp https://www.facebook.com/ChristmasRadioClub
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christmas Radio Club",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Christmas songs, 24hrs per day, 7 days per week at http:\/\/christmasradio.club",
    "homepage_url": "http:\/\/christmasradio.club",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Christmas songs, 24hrs per day, 7 days per week at http:\/\/christmasradio.club"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}