YouTube 自动中文翻译

YouTube 自动中文翻译

如果失效,请刷新网页。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YouTube 自动中文翻译",
  "description": "如果失效,请刷新网页。",
  "manifest_version": 3,
  "version": "1.0",
  "action": {},
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content/jquery.min.js",
        "content/main.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ]
}