ฟังวิทยุออนไลน์

ฟังวิทยุออนไลน์

รวบรวมสถานีเพลงออนไลน์ไว้ให้คุณฟังได้ง่ายๆ ไม่จำเป็นต้องเปิดเว็บไซต์

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ฟังวิทยุออนไลน์",
  "description": "รวบรวมสถานีเพลงออนไลน์ไว้ให้คุณฟังได้ง่ายๆ ไม่จำเป็นต้องเปิดเว็บไซต์",
  "version": "0.2",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "http://app.host-1gb.com/*"
  ],
  "icons": {
    "16": "tune-in-radio-icon-16.png",
    "128": "tune-in-radio-icon-128.png"
  }
}