Epic free games

Check current free games on the epic store and link to the game page

What is Epic free games?

Epic free games is a Chrome extension developed by Dimwol, and its main feature is "Check current free games on the epic store and link to the game page".

Extension Screenshots

screenshot

Download Epic free games Extension CRX File

Download Epic free games 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

                        Get notify when epic store add a new free game.                    

Extension Basic Information

Name Epic free games Epic free games
ID lpnhdjooiifhkjmpmkghbbecccgllina
Official URL https://chrome.google.com/webstore/detail/epic-free-games/lpnhdjooiifhkjmpmkghbbecccgllina
Description Check current free games on the epic store and link to the game page
File Size 46.07 KB
Installation Count 837
Current Version 2
Last Updated 2021-02-13
Publish Date 2020-12-26
Rating 5.00/5 Total 1 Ratings
Developer Dimwol
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Epic free games",
    "description": "Check current free games on the epic store and link to the game page",
    "version": "2",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "128.png"
        }
    },
    "permissions": [
        "*:\/\/*.allorigins.win\/*",
        "notifications",
        "storage"
    ]
}