HumbleBundle Free Games
A simple extension that collects data from HubleBundle and notifies the user if there is a free product.
ما هو HumbleBundle Free Games؟
HumbleBundle Free Games هو إضافة Chrome تم تطويرها بواسطة Ivan Angelov، والميزة الرئيسية لها هي "A simple extension that collects data from HubleBundle and notifies the user if there is a free product.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HumbleBundle Free Games
قم بتنزيل ملفات الامتداد HumbleBundle Free Games بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension periodically checks the offers on the Humble Bundle's store and shows notifications if there are any free products available. The extension does NOT require Humble Bundle account and is not aware if the user have one as it communicates directly with their store API. For bug reports: https://gitlab.com/inferno16/HumbleBundle-Free-Games/issues
معلومات أساسية عن التمديد
الاسم | |
ID | jfhjckfaaeolcgcfmfkjiggjhebigcfe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/humblebundle-free-games/jfhjckfaaeolcgcfmfkjiggjhebigcfe |
الوصف | A simple extension that collects data from HubleBundle and notifies the user if there is a free product. |
حجم الملف | 28.5 KB |
عدد التثبيتات | 589 |
النسخة الحالية | 1.3.3 |
آخر تحديث | 2019-12-30 |
تاريخ النشر | 2019-12-30 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Ivan Angelov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://gitlab.com/inferno16/HumbleBundle-Free-Games/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HumbleBundle Free Games", "version": "1.3.3", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "author": "Ivan Angelov", "description": "A simple extension that collects data from HubleBundle and notifies the user if there is a free product.", "manifest_version": 2, "permissions": [ "alarms", "storage", "https:\/\/www.humblebundle.com\/" ], "options_ui": { "page": "html\/settings.html", "open_in_tab": false }, "browser_action": { "default_popup": "html\/popup.html", "default_title": "Click to view products" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |