Examine source code of no-translate for Reddit

Inspect and view changes in no-translate for Reddit 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
{
  "manifest_version": 2,
  "name": "no-translate",
  "version": "1.1.1",
  "description": "Stops Reddit from translating websites. Redirects you to Reddit, without the /?tl=... parameter.",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*.reddit.com/*"
  ],
  "background": {
    "scripts": [
      "no-translate.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b22e1f3d-992d-4fa7-9cbb-498f7bcb19f3}"
    }
  }
}