Examine source code of TJDict 線上字典

Inspect and view changes in TJDict 線上字典 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": "TJDict 線上字典",
  "short_name": "TJDict",
  "description": "TJDict 是一款方便快速的整合型網路字典,支援英漢、漢英、英英、日日,只要查詢一個單字,就能得到多本字典的查詢結果。再也不用開一堆分頁找單字,節省你的寶貴時間。",
  "version": "2.2.2",
  "manifest_version": 3,
  "permissions": [
    "notifications",
    "contextMenus",
    "webRequest"
  ],
  "host_permissions": [
    "*://tw.dictionary.search.yahoo.com/*",
    "*://tw.search.yahoo.com/*",
    "*://www.weblio.jp/content/*",
    "*://tw.voicetube.com/*",
    "*://www.urbandictionary.com/*",
    "*://www.lexico.com/*",
    "*://www.jukuu.com/*",
    "*://dictionary.cambridge.org/*",
    "*://www.thesaurus.com/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "TJDict"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}