Epic free games
Check current free games on the epic store and link to the game page
Apa itu Epic free games?
Epic free games adalah ekstensi Chrome yang dikembangkan oleh Dimwol, dan fitur utamanya adalah "Check current free games on the epic store and link to the game page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Epic free games
Unduh file ekstensi Epic free games dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Get notify when epic store add a new free game.
Informasi Dasar Ekstensi
Nama | |
ID | lpnhdjooiifhkjmpmkghbbecccgllina |
URL Resmi | https://chrome.google.com/webstore/detail/epic-free-games/lpnhdjooiifhkjmpmkghbbecccgllina |
Deskripsi | Check current free games on the epic store and link to the game page |
Ukuran File | 46.07 KB |
Jumlah Instalasi | 837 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2021-02-13 |
Tanggal Publikasi | 2020-12-26 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Dimwol |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |