Yate Firefox

Examine source code of Yate

Inspect and view changes in Yate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_description__",
  "author": "Phạm Trung Kiên",
  "icons": {
    "48": "res/icons/48.png",
    "96": "res/icons/96.png",
    "128": "res/icons/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "tabs",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": "res/icons/48.png",
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "675.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "56.js",
        "440.js",
        "954.js",
        "794.js",
        "562.js",
        "embedded.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "res/*"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "954.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "commands": {
    "_execute_browser_action": {
      "description": "__MSG_openPopup__"
    },
    "translateSelectedText": {
      "description": "__MSG_translateSelectedText__"
    },
    "translateFullPage": {
      "description": "__MSG_translateFullPage__"
    }
  },
  "version": "2.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "yate@kien5436.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Yate Alternatives

Here are some Firefox add-ons that are similar to Yate: