Epic free games
Check current free games on the epic store and link to the game page
什么是Epic free games?
Epic free games是由Dimwol开发的Chrome扩展程序,该扩展的主要功能是“Check current free games on the epic store and link to the game page”。
扩展截图
下载Epic free games扩展crx文件
下载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" ] } |