BGG Previewer Firefox

Examine source code of BGG Previewer

By: Mitya
Inspect and view changes in BGG Previewer source codes across current and past versions
MinuteBio
Want more fun? Play 1,000+ free unblocked games at
Please login to examine the extension's source code.
manifest.json
{
  "name": "BGG Previewer",
  "description": "Get key details about a board game, in-situ, by hovering over a link to a BGG game page.",
  "manifest_version": 2,
  "version": "1.0.2",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.boardgamegeek.com/*"
      ],
      "js": [
        "bgg-page.js"
      ],
      "css": [
        "bgg-page.css"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "frame.js",
    "frame.html",
    "frame.css"
  ],
  "permissions": [
    "https://api.geekdo.com/*"
  ]
}

Best BGG Previewer Alternatives

Here are some Firefox add-ons that are similar to BGG Previewer: