HubSpot DevMode Enabler Firefox

Examine source code of HubSpot DevMode Enabler

By: baran26 Add-on
Inspect and view changes in HubSpot DevMode Enabler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HubSpot DevMode Enabler",
  "version": "1.3.0",
  "description": "Hängt ?developerMode=true an HubSpot Editor-Content-URLs an.",
  "permissions": [
    "tabs",
    "webNavigation",
    "*://app.hubspot.com/*"
  ],
  "background": {
    "scripts": [
      "bg-ff.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://app.hubspot.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "hubspot-devmode@example.com",
      "strict_min_version": "91.0"
    }
  }
}

Best HubSpot DevMode Enabler Alternatives

Here are some Firefox add-ons that are similar to HubSpot DevMode Enabler: