Section Numbering For Payhip Firefox

Examine source code of Section Numbering For Payhip

Inspect and view changes in Section Numbering For Payhip source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Section Numbering For Payhip",
  "version": "1.0.1",
  "description": "Automatically adds numbered badges to website sections, helping developers and designers quickly visualize and reference page structure.",
  "permissions": [
    "storage",
    "scripting",
    "activeTab",
    "alarms"
  ],
  "host_permissions": [
    "https://payhip.com/api/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "section-numbering@editfulltime.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Section Numbering For Payhip Alternatives

Here are some Firefox add-ons that are similar to Section Numbering For Payhip: