HumbleBundle Free Games

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

Wat is HumbleBundle Free Games?

HumbleBundle Free Games is een Chrome-extensie ontwikkeld door Ivan Angelov, en de belangrijkste functie is "A simple extension that collects data from HubleBundle and notifies the user if there is a free product.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HumbleBundle Free Games

Download HumbleBundle Free Games-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam HumbleBundle Free Games HumbleBundle Free Games
ID jfhjckfaaeolcgcfmfkjiggjhebigcfe
Officiële URL https://chromewebstore.google.com/detail/humblebundle-free-games/jfhjckfaaeolcgcfmfkjiggjhebigcfe
Beschrijving A simple extension that collects data from HubleBundle and notifies the user if there is a free product.
Bestandsgrootte 28.5 KB
Aantal Installaties 589
Huidige Versie 1.3.3
Laatst Bijgewerkt 2019-12-30
Publicatiedatum 2019-12-30
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Ivan Angelov
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://gitlab.com/inferno16/HumbleBundle-Free-Games/issues
Ondersteunde Talen 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
    }
}