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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HumbleBundle Free Games

ดาวน์โหลดไฟล์ส่วนขยาย HumbleBundle Free Games ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HumbleBundle Free Games HumbleBundle Free Games
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
URL หน้าช่วยเหลือ 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
    }
}