LY Translate Firefox

Examine source code of LY Translate

By: 61os
Inspect and view changes in LY Translate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ly-translate",
  "version": "1.5",
  "description": "划词翻译-英汉互译/日译汉",
  "icons": {
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "translate.ffp@61linux.com",
      "strict_min_version": "109.0"
    }
  },
  "action": {
    "default_popup": "options.html"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "js": [
        "js/v3_api.js",
        "js/constant.js",
        "js/inject.js"
      ],
      "css": [
        "css/inject.css",
        "css/shake.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "run_at": "document_end",
      "js": [
        "js/v3_api.js",
        "js/constant.js",
        "js/inject_all.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "js/v3_api.js",
      "js/constant.js",
      "js/bg.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "webRequest",
    "scripting",
    "menus",
    "storage"
  ]
}

Best LY Translate Alternatives

Here are some Firefox add-ons that are similar to LY Translate: