ATOOL语音实时翻译 Edge

Examine source code of ATOOL语音实时翻译

Inspect and view changes in ATOOL语音实时翻译 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ATOOL语音实时翻译",
  "version": "1.0.1",
  "description": "YouTube subtitle reader and universal page translator.",
  "permissions": [
    "storage",
    "tts",
    "scripting",
    "tabs",
    "sidePanel"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "ATOOL语音实时翻译"
  },
  "side_panel": {
    "default_path": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content_youtube.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_general.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "atool.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}

Best ATOOL语音实时翻译 Alternatives

Here are some Edge add-ons that are similar to ATOOL语音实时翻译: