Epic free games
Check current free games on the epic store and link to the game page
Wat is Epic free games?
Epic free games is een Chrome-extensie ontwikkeld door Dimwol, en de belangrijkste functie is "Check current free games on the epic store and link to the game page".
Extensie Screenshots
Download het CRX-bestand van de extensie Epic free games
Download Epic free games-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Get notify when epic store add a new free game. Basisinformatie over de Extensie
| Naam | |
| ID | lpnhdjooiifhkjmpmkghbbecccgllina |
| Officiële URL | https://chrome.google.com/webstore/detail/epic-free-games/lpnhdjooiifhkjmpmkghbbecccgllina |
| Beschrijving | Check current free games on the epic store and link to the game page |
| Bestandsgrootte | 46.07 KB |
| Aantal Installaties | 837 |
| Huidige Versie | 2 |
| Laatst Bijgewerkt | 2021-02-13 |
| Publicatiedatum | 2020-12-26 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Dimwol |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |