HumbleBundle Free Games
A simple extension that collects data from HubleBundle and notifies the user if there is a free product.
Co to jest HumbleBundle Free Games?
HumbleBundle Free Games to rozszerzenie Chrome opracowane przez Ivan Angelov, a jego główną funkcją jest „A simple extension that collects data from HubleBundle and notifies the user if there is a free product.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HumbleBundle Free Games
Pobierz pliki rozszerzeń HumbleBundle Free Games w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jfhjckfaaeolcgcfmfkjiggjhebigcfe |
Oficjalny URL | https://chromewebstore.google.com/detail/humblebundle-free-games/jfhjckfaaeolcgcfmfkjiggjhebigcfe |
Opis | A simple extension that collects data from HubleBundle and notifies the user if there is a free product. |
Rozmiar pliku | 28.5 KB |
Liczba instalacji | 589 |
Aktualna Wersja | 1.3.3 |
Ostatnia Aktualizacja | 2019-12-30 |
Data Publikacji | 2019-12-30 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Ivan Angelov |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://gitlab.com/inferno16/HumbleBundle-Free-Games/issues |
Obsługiwane Języki | 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 } } |