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.”。
扩展截图
下载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
扩展基本信息
名称 | |
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 } } |