HumbleBundle Free Games

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

Τι είναι το HumbleBundle Free Games;

Το HumbleBundle Free Games είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ivan Angelov, και η κύρια λειτουργία του είναι "A simple extension that collects data from HubleBundle and notifies the user if there is a free product.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης HumbleBundle Free Games

Λήψη αρχείων επέκτασης HumbleBundle Free Games σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα HumbleBundle Free Games HumbleBundle Free Games
ID jfhjckfaaeolcgcfmfkjiggjhebigcfe
Επίσημο URL https://chromewebstore.google.com/detail/humblebundle-free-games/jfhjckfaaeolcgcfmfkjiggjhebigcfe
Περιγραφή A simple extension that collects data from HubleBundle and notifies the user if there is a free product.
Μέγεθος Αρχείου 28.5 KB
Αριθμός Εγκαταστάσεων 589
Τρέχουσα Έκδοση 1.3.3
Τελευταία Ενημέρωση 2019-12-30
Ημερομηνία Δημοσίευσης 2019-12-30
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Ivan Angelov
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://gitlab.com/inferno16/HumbleBundle-Free-Games/issues
Υποστηριζόμενες Γλώσσες 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
    }
}