Temu Dark Mode Firefox

Examine source code of Temu Dark Mode

Inspect and view changes in Temu Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Temu Dark Mode",
  "version": "1.0.1",
  "description": "Toggle dark mode for Temu.com with smart image inversion",
  "author": "Meyssam",
  "browser_specific_settings": {
    "gecko": {
      "id": "temu-darkmode@meyssam.ir",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "*://www.temu.com/*",
    "*://*.temu.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.temu.com/*",
        "*://*.temu.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "injected.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Temu Dark Mode",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best Temu Dark Mode Alternatives

Here are some Firefox add-ons that are similar to Temu Dark Mode: