Xeko Extensions

Xeko Extensions

Make you can get HD Stream on cms talk vn

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Xeko Extensions",
  "description": "Make you can get HD Stream on cms talk vn",
  "version": "1.6.2",
  "browser_action": {
    "default_icon": "Xeko.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://talktv.vn/pewpewvn",
        "http://xeko.bugs3.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "talkTVHD.js"
  ],
  "permissions": [
    "tabs",
    "http://tv.csmtalk.vn/pewpewvn"
  ]
}