Epic free games
Check current free games on the epic store and link to the game page
Τι είναι το Epic free games;
Το Epic free games είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dimwol, και η κύρια λειτουργία του είναι "Check current free games on the epic store and link to the game page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Epic free games
Λήψη αρχείων επέκτασης Epic free games σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Get notify when epic store add a new free game.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lpnhdjooiifhkjmpmkghbbecccgllina |
Επίσημο URL | https://chrome.google.com/webstore/detail/epic-free-games/lpnhdjooiifhkjmpmkghbbecccgllina |
Περιγραφή | Check current free games on the epic store and link to the game page |
Μέγεθος Αρχείου | 46.07 KB |
Αριθμός Εγκαταστάσεων | 837 |
Τρέχουσα Έκδοση | 2 |
Τελευταία Ενημέρωση | 2021-02-13 |
Ημερομηνία Δημοσίευσης | 2020-12-26 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Dimwol |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |