HumbleBundle Free Games

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

HumbleBundle Free Games là gì?

HumbleBundle Free Games là một tiện ích mở rộng Chrome được phát triển bởi Ivan Angelov, và tính năng chính của nó là "A simple extension that collects data from HubleBundle and notifies the user if there is a free product.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HumbleBundle Free Games

Tải xuống các tệp mở rộng HumbleBundle Free Games dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HumbleBundle Free Games HumbleBundle Free Games
ID jfhjckfaaeolcgcfmfkjiggjhebigcfe
URL Chính Thức https://chromewebstore.google.com/detail/humblebundle-free-games/jfhjckfaaeolcgcfmfkjiggjhebigcfe
Mô tả A simple extension that collects data from HubleBundle and notifies the user if there is a free product.
Kích Thước Tệp 28.5 KB
Số Lần Cài Đặt 589
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2019-12-30
Ngày Phát Hành 2019-12-30
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ivan Angelov
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://gitlab.com/inferno16/HumbleBundle-Free-Games/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}