联想语音-音视频翻译、辅助语言学习、追剧好帮手

联想语音-音视频翻译、辅助语言学习、追剧好帮手

看视频听音频时可提供实时翻译字幕,由联想语音小组提供。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "./js/jquery-3.5.1.min.js",
      "./js/jssdk.js",
      "./js/storage.js",
      "./js/toast_msg.js",
      "./js/LUDP_constants.js",
      "./js/avatar.js",
      "./js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "./img/logo.png",
    "default_title": "__MSG_title__"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Q",
        "mac": "MacCtrl+Q"
      },
      "description": ""
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-3.5.1.min.js",
        "js/notify.js",
        "js/toast_first.js",
        "js/toast_ad.js",
        "js/whitelist.js",
        "js/public.js"
      ],
      "css": [
        "css/custom.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "tabCapture"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
  "web_accessible_resources": [
    "img/*.png",
    "imgs/*.jpg"
  ],
  "default_locale": "zh_CN",
  "description": "__MSG_extdesc__",
  "homepage_url": "https://smart.lenovo.com.cn/musichtml/extensions/introduce/index.html",
  "options_page": "./html/options.html",
  "icons": {
    "19": "./img/logo.png",
    "128": "./img/logo.png"
  },
  "externally_connectable": {
    "matches": [
      "https://smart.lenovo.com.cn/*"
    ]
  },
  "manifest_version": 2,
  "name": "__MSG_extname__",
  "version": "1.6.2"
}