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
{
  "description": "字节跳动出品,开箱即用免配置,完全免费无广告",
  "name": "火山翻译 - 划词和网页翻译",
  "manifest_version": 3,
  "version": "2.7.2",
  "author": "火山翻译 <volctrans@bytedance.com>",
  "homepage_url": "https://translate.volcengine.com/translate",
  "default_locale": "zh_CN",
  "icons": {
    "16": "assets/logo.icon-only.png",
    "48": "assets/logo.icon-only.png",
    "128": "assets/logo.icon-only.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "styles/*",
        "fonts/*",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "alarms",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "火山翻译 - 划词和网页翻译",
    "default_icon": "assets/logo.icon-only.png",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "background/background.js"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "z_use_eager": {
      "suggested_key": {
        "default": "Alt+Shift+E"
      },
      "description": "__MSG_eager_hotkey_describe__"
    },
    "use_text_input_box": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      },
      "description": "__MSG_text_input_hotkey_describe__"
    },
    "use_web_trans": {
      "suggested_key": {
        "mac": "Alt+Shift+T",
        "default": "Alt+Shift+W"
      },
      "description": "__MSG_web_trans_hotkey_describe__"
    },
    "use_show_result": {
      "suggested_key": {
        "default": "Alt+Shift+Z"
      },
      "description": "__MSG_show_result_hotkey_describe__"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}