YouTool - 移除廣告 For YouTube、LiTV線上影視

YouTool - 移除廣告 For YouTube、LiTV線上影視

移除 YouTube 所有煩人的廣告。移除 LiTV線上影視 開播及中途廣告

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YouTool - 移除廣告 For YouTube、LiTV線上影視",
  "short_name": "YouTool",
  "description": "移除 YouTube 所有煩人的廣告。移除 LiTV線上影視 開播及中途廣告",
  "version": "1.1.7",
  "permissions": [
    "*://*/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "script/jquery-1.12.4.min.js",
      "script/BG.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/19X19.png"
  },
  "content_scripts": [
    {
      "js": [
        "script/jquery-1.12.4.min.js",
        "script/jquery.cookie.js",
        "script/CT.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "images/16X16.png",
    "48": "images/48X48.png",
    "128": "images/128X128.png"
  },
  "web_accessible_resources": [
    "images/48X48.png"
  ],
  "manifest_version": 2
}