Epic free games
Check current free games on the epic store and link to the game page
Vad är Epic free games?
Epic free games är en Chrome-tillägg utvecklad av Dimwol, och dess huvudfunktion är "Check current free games on the epic store and link to the game page".
Tilläggsskärmbilder
Ladda ner Epic free games-förlängningens CRX-fil
Ladda ner Epic free games-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get notify when epic store add a new free game.
Grundläggande Information om Tillägg
Namn | |
ID | lpnhdjooiifhkjmpmkghbbecccgllina |
Officiell webbadress | https://chrome.google.com/webstore/detail/epic-free-games/lpnhdjooiifhkjmpmkghbbecccgllina |
Beskrivning | Check current free games on the epic store and link to the game page |
Filstorlek | 46.07 KB |
Antal Installationer | 837 |
Aktuell Version | 2 |
Senast Uppdaterad | 2021-02-13 |
Publiceringsdatum | 2020-12-26 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Dimwol |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |