Custom Function Runner Firefox

Examine source code of Custom Function Runner

Inspect and view changes in Custom Function Runner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Custom Function Runner",
  "version": "1.0",
  "description": "Create and run custom functions on any webpage.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "action": {
    "default_icon": "icons/icon-48.svg",
    "default_title": "Custom Function Runner",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/runner.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "custom-runner@example.com"
    }
  }
}

最佳 Custom Function Runner 替代方案

这里是一些与Custom Function Runner类似的Firefox add-on: