Export HumbleBundle Library to JSON

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

O que é Export HumbleBundle Library to JSON?

Export HumbleBundle Library to JSON é uma extensão do Chrome desenvolvida por jtara1, e sua principal característica é "Store information of all your unredeemed games from humblebundle.com in JSON file".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Export HumbleBundle Library to JSON

Baixe arquivos de extensão Export HumbleBundle Library to JSON no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Export HumbleBundle Library to JSON Export HumbleBundle Library to JSON
ID pkkkphehloknahihekpiaemeaajpbflm
URL Oficial https://chromewebstore.google.com/detail/export-humblebundle-libra/pkkkphehloknahihekpiaemeaajpbflm
Descrição Store information of all your unredeemed games from humblebundle.com in JSON file
Tamanho do Arquivo 13.25 KB
Contagem de Instalações 330
Versão Atual 1.0.0
Última Atualização 2020-05-17
Data de Publicação 2020-05-16
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor jtara1
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jtara1/ExportHumbleBundleLibrary
URL da Página de Ajuda https://github.com/jtara1/ExportHumbleBundleLibrary
Idiomas Suportados 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"
            ]
        }
    ]
}