Bugzilla Data Collector Firefox

Examine source code of Bugzilla Data Collector

By: marco
Inspect and view changes in Bugzilla Data Collector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Marco Castelluccio",
  "manifest_version": 2,
  "name": "Bugzilla Data Collector",
  "version": "0.0.5resigned1",
  "icons": {
    "256": "bdc.png"
  },
  "description": "An extension to help collecting data on Bugzilla.",
  "content_scripts": [
    {
      "matches": [
        "*://bugzilla.mozilla.org/*"
      ],
      "js": [
        "bugzilla.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "downloads"
  ],
  "homepage_url": "https://github.com/marco-c/bugzilla-data-collector",
  "applications": {
    "gecko": {
      "id": "bugzilla_data_collector@marco"
    }
  }
}

Best Bugzilla Data Collector Alternatives

Here are some Firefox add-ons that are similar to Bugzilla Data Collector: