Dont Translate Reddit Firefox

Examine source code of Dont Translate Reddit

Inspect and view changes in Dont Translate Reddit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Reddit TL Cleaner",
  "version": "1.0",
  "description": "Removes '?tl=xx' from Reddit URLs.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://*.reddit.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "resources/icon.png",
    "96": "resources/icon.png"
  },
  "action": {
    "default_icon": {
      "48": "resources/icon.png"
    },
    "default_title": "Reddit translation remover",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "dont-translate-reddit@addon.reddit",
      "strict_min_version": "109.0"
    }
  }
}

Best Dont Translate Reddit Alternatives

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