Epic Games Free Games List

A handbook where you will find free games distributed by Epic Games every week.

What is Epic Games Free Games List?

Epic Games Free Games List is a Chrome extension developed by https://www.lawod.com, and its main feature is "A handbook where you will find free games distributed by Epic Games every week.".

Extension Screenshots

screenshot

Download Epic Games Free Games List Extension CRX File

Download Epic Games Free Games List extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Epic Games Free Game List Extension is a Chrome Extension that makes you able to reach the latest free games distributed by Epic Games weekly for free.

Epic Games Free Game List is one of the post categories on LAWOD and is a category consisting of overview articles and download links to the games distributed by Epic Games. 

With Lawod's Epic Games Free Game List Google Chrome Extension, you will easily follow the recently posted Epic Games Free Games on Lawod. This extension is specifically designed for free game hunters.                    

Extension Basic Information

Name Epic Games Free Games List Epic Games Free Games List
ID mfdedbeljebbgkenmgfpjmjfnkgcffdm
Official URL https://chromewebstore.google.com/detail/epic-games-free-games-lis/mfdedbeljebbgkenmgfpjmjfnkgcffdm
Description A handbook where you will find free games distributed by Epic Games every week.
File Size 20.26 KB
Installation Count 2,715
Current Version 1.0.0
Last Updated 2021-08-04
Publish Date 2021-08-04
Rating 3.00/5 Total 2 Ratings
Developer https://www.lawod.com
Email [email protected]
Payment Type free
Extension Website https://www.lawod.com/epic-games/epic-games-free-games-list/
Help Page URL https://www.lawod.com/contact/
Privacy Policy Page URL https://www.lawod.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Epic Games Free Games List",
    "description": "A handbook where you will find free games distributed by Epic Games every week.",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Epic Games Free Games List"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/www.lawod.com\/"
    ]
}