PCPartPicker (unofficial) Firefox

Examine source code of PCPartPicker (unofficial)

Inspect and view changes in PCPartPicker (unofficial) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PCPartPicker (unofficial)",
  "description": "Find computer parts on PCPartPicker without visiting PCPartPicker",
  "version": "0.0.2",
  "icons": {
    "96": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "https://pcpartpicker.com/*",
    "http://pcpartpicker.com/*"
  ]
}

Best PCPartPicker (unofficial) Alternatives

Here are some Firefox add-ons that are similar to PCPartPicker (unofficial):