myTV SUPER 網頁版 播放助手

myTV SUPER 網頁版 播放助手

這是針對TVB myTV Super 網頁版觀看直播及點播視頻時的使用經驗而設計。令網頁中的播放畫面可被你隨意縮放移種及提供更便捷的播放控制。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "myTV SUPER 網頁版 播放助手",
  "version": "1.3.17",
  "description": "這是針對TVB myTV Super 網頁版觀看直播及點播視頻時的使用經驗而設計。令網頁中的播放畫面可被你隨意縮放移種及提供更便捷的播放控制。",
  "options_page": "options.html",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.mytvsuper.com/*"
      ],
      "css": [
        "CsStyle.css"
      ],
      "js": [
        "myTVHelperCS.js"
      ],
      "run-at": [
        "document_end"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/mytvhelpericon16.png",
      "48": "images/mytvhelpericon48.png",
      "128": "images/mytvhelpericon128.png"
    }
  },
  "icons": {
    "16": "images/mytvhelpericon16.png",
    "48": "images/mytvhelpericon48.png",
    "128": "images/mytvhelpericon128.png"
  },
  "manifest_version": 2
}