Simply.fm

Simple online radio player, many cool stations, listen and enjoy!

Simply.fm là gì?

Simply.fm là một tiện ích mở rộng Chrome được phát triển bởi https://simply.fm, và tính năng chính của nó là "Simple online radio player, many cool stations, listen and enjoy!".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Radio player with thousands radio stations.
Fast search.
Handy interface.
List of favorites stations.
Aaccount and synchronization.
Full feautured mobile version.                    

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

Tên Simply.fm Simply.fm
ID eaaaapbjkgppdgbdbfbhneppoifhnink
URL Chính Thức https://chromewebstore.google.com/detail/simplyfm/eaaaapbjkgppdgbdbfbhneppoifhnink
Mô tả Simple online radio player, many cool stations, listen and enjoy!
Kích Thước Tệp 19.14 KB
Số Lần Cài Đặt 322
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2014-07-22
Ngày Phát Hành 2014-07-22
Đánh Giá 2.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://simply.fm
Loại Thanh Toán free
Trang Web Mở Rộng http://simply.fm
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.4",
    "name": "Simply.fm",
    "short_name": "Simply.fm",
    "description": "Simple online radio player, many cool stations, listen and enjoy!",
    "icons": {
        "16": "res\/icons\/16.png",
        "48": "res\/icons\/48.png",
        "128": "res\/icons\/128.png"
    },
    "author": "Ruslan Murashko",
    "homepage_url": "http:\/\/simply.fm",
    "permissions": [
        "http:\/\/simply.fm\/"
    ],
    "browser_action": {
        "default_icon": "res\/icons\/16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "res\/script\/background.js"
        ]
    }
}