ProtonDB scraper Firefox

Examine source code of ProtonDB scraper

By: mon
Inspect and view changes in ProtonDB scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Complementary ProtonDB for Steam",
  "version": "1.0",
  "description": "Scraps data from protondb.com reports and shows it on Steam",
  "permissions": [
    "https://www.protondb.com/*",
    "https://protondb.max-p.me/*",
    "storage"
  ],
  "icons": {
    "48": "assets/icon-48.png",
    "96": "assets/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://store.steampowered.com/app/*"
      ],
      "js": [
        "js/protondb.js",
        "js/gamePage.js"
      ],
      "css": [
        "assets/protondb.css"
      ]
    }
  ]
}

Best ProtonDB scraper Alternatives

Here are some Firefox add-ons that are similar to ProtonDB scraper: