TCW LET Fixes Firefox

Examine source code of TCW LET Fixes

By: Matti
Inspect and view changes in TCW LET Fixes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Fixes some issues with LET, made by Matti from The Chemical Workshop",
  "manifest_version": 2,
  "name": "TCW LET Fixes",
  "version": "0.6",
  "homepage_url": "https://discord.thechemicalworkshop.com",
  "content_scripts": [
    {
      "matches": [
        "*://*.lowendtalk.com/discussion/*"
      ],
      "js": [
        "mark_yourself.js"
      ]
    },
    {
      "matches": [
        "*://*.lowendtalk.com/discussion/*",
        "*://*.lowendtalk.com/categories/*",
        "*://*.lowendtalk.com/"
      ],
      "js": [
        "detailed_data.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "menus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "TCW LET Fixes",
    "default_popup": "view.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7248b8a9-6c64-4896-86bf-cef8f96232ad}"
    }
  }
}

Best TCW LET Fixes Alternatives

Here are some Firefox add-ons that are similar to TCW LET Fixes: