Examine source code of 可疑新聞偵測器

Inspect and view changes in 可疑新聞偵測器 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "可疑新聞偵測器",
  "author": "Tzu-Wei Huang",
  "manifest_version": 2,
  "version": "0.3resigned1",
  "icons": {
    "48": "favicon-48.png",
    "128": "favicon-128.png"
  },
  "description": "可疑新聞偵測器替你標示出消息來源不明確的關鍵字,例如【據了解】【據傳】【消息指出】。接下來的新聞可信度請自行判斷。",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "highlighter.js",
        "ndw.js"
      ],
      "css": [
        "highlight.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6ef401ef-22b7-4798-88ac-2fe23d9e1e3c}"
    }
  }
}