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
公式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
Eメール [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
    }
}