Reddit Comment Translator Firefox

Examine source code of Reddit Comment Translator

Inspect and view changes in Reddit Comment Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Comment Translator",
  "version": "1.0",
  "description": "Helps you with translating comments for subreddits with non-native language",
  "icons": {
    "48": "icons/img-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/r/*/comments/*"
      ],
      "js": [
        "translate.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "menus",
    "tabs",
    "activeTab"
  ]
}

Best Reddit Comment Translator Alternatives

Here are some Firefox add-ons that are similar to Reddit Comment Translator: