Epic free games
Check current free games on the epic store and link to the game page
Co je Epic free games?
Epic free games je rozšíření Chrome vyvinuté Dimwol, a jeho hlavní funkcí je „Check current free games on the epic store and link to the game page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Epic free games
Stáhněte si soubory rozšíření Epic free games ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Get notify when epic store add a new free game.
Základní Informace o Rozšíření
Název | |
ID | lpnhdjooiifhkjmpmkghbbecccgllina |
Oficiální URL | https://chrome.google.com/webstore/detail/epic-free-games/lpnhdjooiifhkjmpmkghbbecccgllina |
Popis | Check current free games on the epic store and link to the game page |
Velikost souboru | 46.07 KB |
Počet instalací | 837 |
Aktuální Verze | 2 |
Poslední Aktualizace | 2021-02-13 |
Datum Vydání | 2020-12-26 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Dimwol |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |