Epic free games

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

Cos'è Epic free games?

Epic free games è un'estensione di Chrome sviluppata da Dimwol, e la sua funzione principale è "Check current free games on the epic store and link to the game page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Epic free games

Scarica i file di estensione Epic free games in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Get notify when epic store add a new free game.                    

Informazioni di Base sull'Estensione

Nome Epic free games Epic free games
ID lpnhdjooiifhkjmpmkghbbecccgllina
URL Ufficiale https://chrome.google.com/webstore/detail/epic-free-games/lpnhdjooiifhkjmpmkghbbecccgllina
Descrizione Check current free games on the epic store and link to the game page
Dimensione del File 46.07 KB
Conteggio Installazioni 837
Versione Corrente 2
Ultimo Aggiornamento 2021-02-13
Data di Pubblicazione 2020-12-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Dimwol
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}