Steam Guide Editor Enhancer Firefox

Examine source code of Steam Guide Editor Enhancer

Inspect and view changes in Steam Guide Editor Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Steam Guide Editor Enhancer",
  "version": "1.0",
  "description": "Adds custom anchors to Steam guide editor pages that help with subsection editing.",
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@steam.guide.editor.enhancer",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [],
  "host_permissions": [
    "https://steamcommunity.com/sharedfiles/editguidesubsection*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://steamcommunity.com/sharedfiles/editguidesubsection*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Steam Guide Editor Enhancer Alternatives

Here are some Firefox add-ons that are similar to Steam Guide Editor Enhancer: