Smart CSS Switcher Firefox

Examine source code of Smart CSS Switcher

Inspect and view changes in Smart CSS Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart CSS Switcher",
  "version": "1.3",
  "description": "Switch, manage, and sync custom CSS themes with system dark mode. Includes CSS template import/export and live detection.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Smart CSS Switcher",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{65698c06-3262-45eb-b15f-909701b0a3c2}"
    }
  }
}

Meilleures alternatives Smart CSS Switcher

Voici quelques Firefox add-ons qui sont similaires à Smart CSS Switcher :