Extract Meter Readings (Octopus Energy) Firefox

Examine source code of Extract Meter Readings (Octopus Energy)

By: Alakbar Add-on
Inspect and view changes in Extract Meter Readings (Octopus Energy) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Extract Meter Readings",
  "version": "1.0",
  "description": "Extract meter readings from Octopus Energy website to CSV file",
  "icons": {
    "320": "barmalay.jpeg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://octopus.energy/dashboard/new/accounts/*/consumption/properties/*"
      ],
      "js": [
        "extractReadings-extension.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3e377597-4e88-4170-8f00-d8e45f89a089}"
    }
  }
}

Best Extract Meter Readings (Octopus Energy) Alternatives

Here are some Firefox add-ons that are similar to Extract Meter Readings (Octopus Energy):