Epic free games
Check current free games on the epic store and link to the game page
Epic free gamesคืออะไร?
Epic free games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dimwol และคุณลักษณะหลักของมันคือ "Check current free games on the epic store and link to the game page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Epic free games
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |