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是由Ivan Angelov開發的Chrome擴展程式,該擴展的主要功能是“A simple extension that collects data from HubleBundle and notifies the user if there is a free product.”。

擴展截圖

screenshot

下載HumbleBundle Free Games擴展crx文件

下載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
官方網址 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
    }
}