Export HumbleBundle Library to JSON

Store information of all your unredeemed games from humblebundle.com in JSON file

什么是Export HumbleBundle Library to JSON?

Export HumbleBundle Library to JSON是由jtara1开发的Chrome扩展程序,该扩展的主要功能是“Store information of all your unredeemed games from humblebundle.com in JSON file”。

扩展截图

screenshot

下载Export HumbleBundle Library to JSON扩展crx文件

下载Export HumbleBundle Library to JSON扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Steps to use:

1. Install this extension
2. Go to https://www.humblebundle.com/home/keys (need to be logged in at humblebundle.com)
3. Click on the `Export Humble Bundle as JSON` button above your list of games.

You should now have a file `Humble_Bundle_Games.json` saved through chrome as a local file on you pc. 

If not, press F12, select and copy errors there from Console and paste them in a new issue at https://github.com/jtara1/ExportHumbleBundleLibrary/issues or report issue via feedback through chrome web store.

sample output: https://pastebin.com/X7jk9buh

support me and my projects 
https://ko-fi.com/jtara1                    

扩展基本信息

名称 Export HumbleBundle Library to JSON Export HumbleBundle Library to JSON
ID pkkkphehloknahihekpiaemeaajpbflm
官方URL https://chromewebstore.google.com/detail/export-humblebundle-libra/pkkkphehloknahihekpiaemeaajpbflm
简介 Store information of all your unredeemed games from humblebundle.com in JSON file
文件大小 13.25 KB
安装次数 330
当前版本 1.0.0
更新时间 2020-05-17
上架时间 2020-05-16
评分 4.00/5 共4次评分
开发者 jtara1
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jtara1/ExportHumbleBundleLibrary
帮助页面URL https://github.com/jtara1/ExportHumbleBundleLibrary
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Export HumbleBundle Library to JSON",
    "version": "1.0.0",
    "icons": [],
    "description": "Store information of all your unredeemed games from humblebundle.com in JSON file",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.humblebundle.com\/home\/keys"
            ],
            "js": [
                "scripts\/FileSaver.js",
                "scripts\/main.js"
            ]
        }
    ]
}