Export HumbleBundle Library to JSON

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

Wat is Export HumbleBundle Library to JSON?

Export HumbleBundle Library to JSON is een Chrome-extensie ontwikkeld door jtara1, en de belangrijkste functie is "Store information of all your unredeemed games from humblebundle.com in JSON file".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Export HumbleBundle Library to JSON

Download Export HumbleBundle Library to JSON-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Export HumbleBundle Library to JSON Export HumbleBundle Library to JSON
ID pkkkphehloknahihekpiaemeaajpbflm
Officiële URL https://chromewebstore.google.com/detail/export-humblebundle-libra/pkkkphehloknahihekpiaemeaajpbflm
Beschrijving Store information of all your unredeemed games from humblebundle.com in JSON file
Bestandsgrootte 13.25 KB
Aantal Installaties 330
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-05-17
Publicatiedatum 2020-05-16
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar jtara1
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jtara1/ExportHumbleBundleLibrary
Help Pagina-URL https://github.com/jtara1/ExportHumbleBundleLibrary
Ondersteunde Talen 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"
            ]
        }
    ]
}