Scrap Player - YouTube, Daum, Naver,afreecaTV

Scrap Player - YouTube, Daum, Naver,afreecaTV

Simple Player Using the URL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scrap Player - YouTube, Daum, Naver,afreecaTV",
  "description": "Simple Player Using the URL",
  "version": "0.7",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "webview",
    "alwaysOnTopWindows",
    "storage"
  ]
}