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 |
Eメール | [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" ] } |