Epic Games Library Viewer Firefox

Examine source code of Epic Games Library Viewer

Inspect and view changes in Epic Games Library Viewer 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
{
  "manifest_version": 3,
  "name": "Epic Games Library Viewer",
  "version": "1.2",
  "description": "View a list of your purchased Epic Games games with search option.",
  "author": "Michał Marczuk",
  "browser_specific_settings": {
    "gecko": {
      "id": "epic-games-library@example.com"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://www.epicgames.com/*",
    "https://store.epicgames.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.epicgames.com/*",
        "https://store.epicgames.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "library.html"
      ],
      "matches": [
        "https://*.epicgames.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Epic Games Library Viewer Alternatives

Here are some Firefox add-ons that are similar to Epic Games Library Viewer: