UpstateSCRadio

Plays different radio stations from Upstate South Carolina

UpstateSCRadio là gì?

UpstateSCRadio là một tiện ích mở rộng Chrome được phát triển bởi cwgtechnology, và tính năng chính của nó là "Plays different radio stations from Upstate South Carolina".

Ả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 UpstateSCRadio

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

                        Play all of your favorite radio stations from the Greenville, SC area! Now with 13 stations!

Extension icon credit: http://www.simpleicon.com                    

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

Tên UpstateSCRadio UpstateSCRadio
ID aciobokhhagghgojcmimejpnlleohhdn
URL Chính Thức https://chromewebstore.google.com/detail/upstatescradio/aciobokhhagghgojcmimejpnlleohhdn
Mô tả Plays different radio stations from Upstate South Carolina
Kích Thước Tệp 66.27 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-05-15
Ngày Phát Hành 2018-05-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cwgtechnology
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UpstateSCRadio",
    "description": "Plays different radio stations from Upstate South Carolina",
    "version": "1.5",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "offline_enabled": false
}