旺中小幫手

旺中小幫手

幫助你面對旺中媒體巨獸。原始碼下載: https://github.com/leafwind/no-wang-wang

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "旺中小幫手",
  "version": "0.7.2",
  "manifest_version": 2,
  "description": "幫助你面對旺中媒體巨獸。原始碼下載: https://github.com/leafwind/no-wang-wang",
  "background": {
    "scripts": [
      "jquery-2.1.0.min.js",
      "background.js",
      "redirect.js"
    ]
  },
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "notifyWebPage.js",
    "redirect.html",
    "jquery-2.1.0.min.js",
    "blacklist.json"
  ],
  "options_page": "options.html",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "tabs",
    "*://*.news.yahoo.com/*",
    "*://*.yam.com/*",
    "*://*.news.msn.com.tw/*",
    "*://*.chinatimes.com/*",
    "*://*.ctitv.com.tw/*",
    "*://*.ctv.com.tw/*",
    "*://*.want-daily.com/*",
    "*://*.ctweekly.com.tw/*",
    "*://*.wantchinatimes.com/*",
    "*://*.tvbs.com.tw/*",
    "*://*.gtv.com.tw/*",
    "*://*.facebook.com/ctwgirl/*",
    "*://*.facebook.com/CTfans/*",
    "*://*.facebook.com/chinatv/*",
    "*://*.facebook.com/wantdaily/*",
    "*://*.facebook.com/tvbsfb/*",
    "*://*.facebook.com/loveGTV/*",
    "*://*.udn.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-2.1.0.min.js",
        "function.js",
        "content_script.js"
      ],
      "css": [
        "content_style.css"
      ],
      "run_at": "document_idle",
      "all_frames": false,
      "_comment": "this is the must for loading jQuery"
    }
  ]
}