Backlogg Plus Firefox

Examine source code of Backlogg Plus

Inspect and view changes in Backlogg Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "backloggd-plus",
  "description": "Backloggd+ is a browser extension that enhances the features of Backloggd by allowing the user to export their game log.",
  "version": "1.0.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "backloggd-plus@jolacdev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Backloggd Plus",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.backloggd.com/*",
        "*://backloggd.com/*"
      ],
      "js": [
        "content-scripts/backloggd.js"
      ]
    }
  ]
}

Best Backlogg Plus Alternatives

Here are some Firefox add-ons that are similar to Backlogg Plus: