HumbleBundle Free Games
A simple extension that collects data from HubleBundle and notifies the user if there is a free product.
Was ist HumbleBundle Free Games?
HumbleBundle Free Games ist eine Chrome-Erweiterung, die von Ivan Angelov entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that collects data from HubleBundle and notifies the user if there is a free product.".
Erweiterungsscreenshots
HumbleBundle Free Games-Erweiterungs-CRX-Datei herunterladen
Laden Sie HumbleBundle Free Games-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | jfhjckfaaeolcgcfmfkjiggjhebigcfe |
Offizielle URL | https://chromewebstore.google.com/detail/humblebundle-free-games/jfhjckfaaeolcgcfmfkjiggjhebigcfe |
Beschreibung | A simple extension that collects data from HubleBundle and notifies the user if there is a free product. |
Dateigröße | 28.5 KB |
Installationsanzahl | 589 |
Aktuelle Version | 1.3.3 |
Letztes Update | 2019-12-30 |
Veröffentlichungsdatum | 2019-12-30 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Ivan Angelov |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://gitlab.com/inferno16/HumbleBundle-Free-Games/issues |
Unterstützte Sprachen | 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 } } |