Get RockFM Songs

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

什麼是Get RockFM Songs?

Get RockFM Songs是由Jordi Vilaplana開發的Chrome擴展程式,該擴展的主要功能是“This extension allows to easily search for the current RockFM song.”。

擴展截圖

screenshot

下載Get RockFM Songs擴展crx文件

下載Get RockFM Songs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Get RockFM Songs Get RockFM Songs
ID igadffcljemfmhmbemeiiklfbdjaehic
官方網址 https://chromewebstore.google.com/detail/get-rockfm-songs/igadffcljemfmhmbemeiiklfbdjaehic
簡介 This extension allows to easily search for the current RockFM song.
檔案大小 40.88 KB
安裝次數 18
目前版本 1.1
更新時間 2014-02-11
上架時間 2014-02-11
評分 4.50/5 共 2 次評分
開發者 Jordi Vilaplana
付費類型 free
擴展官網 https://github.com/jvilaplana/rockfm-chrome-extension
說明頁面URL https://github.com/jvilaplana/rockfm-chrome-extension/issues
支援的語言 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"
    }
}