ChartFox Browser Extension Firefox

Examine source code of ChartFox Browser Extension

Inspect and view changes in ChartFox Browser Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChartFox Browser Extension",
  "version": "1.3.1",
  "description": "Enable fully-integrated chart viewing within the ChartFox web app",
  "author": "Cobalt Grid",
  "browser_specific_settings": {
    "gecko": {
      "id": "chartfox.cors-extension@cobaltgrid.com"
    }
  },
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*.chartfox.org/*",
    "*://*/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset",
        "enabled": true,
        "path": "rule.json"
      }
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "indicator.js"
      ],
      "matches": [
        "*://*.chartfox.org/*"
      ]
    }
  ],
  "options_ui": {
    "page": "about.html",
    "browser_style": false
  },
  "icons": {
    "48": "img/icon.png"
  }
}

Best ChartFox Browser Extension Alternatives

Here are some Firefox add-ons that are similar to ChartFox Browser Extension: