Epic free games
Check current free games on the epic store and link to the game page
Qu'est-ce que Epic free games ?
Epic free games est une extension Chrome développée par Dimwol, et sa fonction principale est "Check current free games on the epic store and link to the game page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Epic free games
Téléchargez les fichiers d'extension Epic free games au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Get notify when epic store add a new free game.
Informations de Base sur l'Extension
Nom | |
ID | lpnhdjooiifhkjmpmkghbbecccgllina |
URL Officiel | 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 |
Taille du Fichier | 46.07 KB |
Nombre d'Installations | 837 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2021-02-13 |
Date de Publication | 2020-12-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Dimwol |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |