Take U Forward Plus Code Formatter Firefox

Examine source code of Take U Forward Plus Code Formatter

Inspect and view changes in Take U Forward Plus Code Formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TakeUFormatter (minimal)",
  "version": "0.1.0",
  "description": "Injects a small script into takeuforward.org pages to trigger formatting actions.",
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "*://takeuforward.org/*",
    "*://*.takeuforward.org/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://takeuforward.org/*",
        "*://*.takeuforward.org/*"
      ],
      "js": [
        "loader.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "test.js"
      ],
      "matches": [
        "*://takeuforward.org/*",
        "*://*.takeuforward.org/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "takeuformatter@local",
      "strict_min_version": "109.0"
    }
  }
}

Meilleures alternatives Take U Forward Plus Code Formatter

Voici quelques Firefox add-ons qui sont similaires à Take U Forward Plus Code Formatter :