Get RockFM Songs

This extension allows to easily search for the current RockFM song.

Get RockFM Songs là gì?

Get RockFM Songs là một tiện ích mở rộng Chrome được phát triển bởi Jordi Vilaplana, và tính năng chính của nó là "This extension allows to easily search for the current RockFM song.".

Ả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 Get RockFM Songs

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

                        This chrome extension allows to easily access the RockFM web player and shows information about the current song.

This extension is add-free and Open Source.                    

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

Tên Get RockFM Songs Get RockFM Songs
ID igadffcljemfmhmbemeiiklfbdjaehic
URL Chính Thức https://chromewebstore.google.com/detail/get-rockfm-songs/igadffcljemfmhmbemeiiklfbdjaehic
Mô tả This extension allows to easily search for the current RockFM song.
Kích Thước Tệp 40.88 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-02-11
Ngày Phát Hành 2014-02-11
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jordi Vilaplana
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jvilaplana/rockfm-chrome-extension
URL Trang Trợ Giúp https://github.com/jvilaplana/rockfm-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get RockFM Songs",
    "description": "This extension allows to easily search for the current RockFM song.",
    "version": "1.1",
    "permissions": [
        "http:\/\/player.rockfm.fm\/",
        "http:\/\/www.sonicomp3.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}