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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |