Export HumbleBundle Library to JSON
Store information of all your unredeemed games from humblebundle.com in JSON file
Was ist Export HumbleBundle Library to JSON?
Export HumbleBundle Library to JSON ist eine Chrome-Erweiterung, die von jtara1 entwickelt wurde, und ihr Hauptmerkmal ist "Store information of all your unredeemed games from humblebundle.com in JSON file".
Erweiterungsscreenshots
Export HumbleBundle Library to JSON-Erweiterungs-CRX-Datei herunterladen
Laden Sie Export HumbleBundle Library to JSON-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Export HumbleBundle Library to JSON |
ID | pkkkphehloknahihekpiaemeaajpbflm |
Offizielle URL | https://chromewebstore.google.com/detail/export-humblebundle-libra/pkkkphehloknahihekpiaemeaajpbflm |
Beschreibung | Store information of all your unredeemed games from humblebundle.com in JSON file |
Dateigröße | 13.25 KB |
Installationsanzahl | 330 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-05-17 |
Veröffentlichungsdatum | 2020-05-16 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | jtara1 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jtara1/ExportHumbleBundleLibrary |
Hilfeseite URL | https://github.com/jtara1/ExportHumbleBundleLibrary |
Unterstützte Sprachen | 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" ] } ] } |