Get RockFM Songs

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

Get RockFM Songsคืออะไร?

Get RockFM Songs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jordi Vilaplana และคุณลักษณะหลักของมันคือ "This extension allows to easily search for the current RockFM song."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get RockFM Songs

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}