Epic free games
Check current free games on the epic store and link to the game page
Epic free games là gì?
Epic free games là một tiện ích mở rộng Chrome được phát triển bởi Dimwol, và tính năng chính của nó là "Check current free games on the epic store and link to the game page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Epic free games
Tải xuống các tệp mở rộng Epic free games dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Get notify when epic store add a new free game.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lpnhdjooiifhkjmpmkghbbecccgllina |
URL Chính Thức | https://chrome.google.com/webstore/detail/epic-free-games/lpnhdjooiifhkjmpmkghbbecccgllina |
Mô tả | Check current free games on the epic store and link to the game page |
Kích Thước Tệp | 46.07 KB |
Số Lần Cài Đặt | 837 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2021-02-13 |
Ngày Phát Hành | 2020-12-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Dimwol |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |