HumbleBundle Free Games
A simple extension that collects data from HubleBundle and notifies the user if there is a free product.
Cos'è HumbleBundle Free Games?
HumbleBundle Free Games è un'estensione di Chrome sviluppata da Ivan Angelov, e la sua funzione principale è "A simple extension that collects data from HubleBundle and notifies the user if there is a free product.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HumbleBundle Free Games
Scarica i file di estensione HumbleBundle Free Games in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jfhjckfaaeolcgcfmfkjiggjhebigcfe |
URL Ufficiale | https://chromewebstore.google.com/detail/humblebundle-free-games/jfhjckfaaeolcgcfmfkjiggjhebigcfe |
Descrizione | A simple extension that collects data from HubleBundle and notifies the user if there is a free product. |
Dimensione del File | 28.5 KB |
Conteggio Installazioni | 589 |
Versione Corrente | 1.3.3 |
Ultimo Aggiornamento | 2019-12-30 |
Data di Pubblicazione | 2019-12-30 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Ivan Angelov |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://gitlab.com/inferno16/HumbleBundle-Free-Games/issues |
Lingue Supportate | 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 } } |