HumbleBundle Free Games

A simple extension that collects data from HubleBundle and notifies the user if there is a free product.

What is HumbleBundle Free Games?

HumbleBundle Free Games is a Chrome extension developed by Ivan Angelov, and its main feature is "A simple extension that collects data from HubleBundle and notifies the user if there is a free product.".

Extension Screenshots

screenshot

Download HumbleBundle Free Games Extension CRX File

Download HumbleBundle Free Games extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name HumbleBundle Free Games HumbleBundle Free Games
ID jfhjckfaaeolcgcfmfkjiggjhebigcfe
Official URL https://chromewebstore.google.com/detail/humblebundle-free-games/jfhjckfaaeolcgcfmfkjiggjhebigcfe
Description A simple extension that collects data from HubleBundle and notifies the user if there is a free product.
File Size 28.5 KB
Installation Count 589
Current Version 1.3.3
Last Updated 2019-12-30
Publish Date 2019-12-30
Rating 5.00/5 Total 3 Ratings
Developer Ivan Angelov
Email [email protected]
Payment Type free
Help Page URL https://gitlab.com/inferno16/HumbleBundle-Free-Games/issues
Supported Languages 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
    }
}