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”。

擴展截圖

screenshot

下載Epic free games擴展crx文件

下載Epic free games擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Get notify when epic store add a new free game.                    

擴展基本資訊

名稱 Epic free games Epic free games
ID lpnhdjooiifhkjmpmkghbbecccgllina
官方網址 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"
    ]
}