Plant vs Undead - Marketplace LE calculator

Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…

O que é Plant vs Undead - Marketplace LE calculator?

Plant vs Undead - Marketplace LE calculator é uma extensão do Chrome desenvolvida por pmorelli92, e sua principal característica é "Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Plant vs Undead - Marketplace LE calculator

Baixe arquivos de extensão Plant vs Undead - Marketplace LE calculator 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

                        Extension for getting the LE produced by hour for each plant listed in the market.

This extension is not doing any server side calls, but just parsing the HTML that is displayed on your browser and doing the mathematical calculation. 

This extension does not track your data, nor need any permissions, so it is safe to use. The source code can be found on my Github for people to inspect.

If this is useful for you and you want to donate feel free to do it on BSC: 0xA80736c06a80d32ADE6e8e1a29d1Fb480A8ca20F                    

Informações Básicas da Extensão

Nome Plant vs Undead - Marketplace LE calculator Plant vs Undead - Marketplace LE calculator
ID odndhpbcpooebmlohkpaoifaigimngck
URL Oficial https://chromewebstore.google.com/detail/plant-vs-undead-marketpla/odndhpbcpooebmlohkpaoifaigimngck
Descrição Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…
Tamanho do Arquivo 25.45 KB
Contagem de Instalações 61
Versão Atual 1.1
Última Atualização 2021-10-25
Data de Publicação 2021-09-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor pmorelli92
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/pmorelli92/pvu-marketplace-le-calculator
URL da Página de Ajuda https://github.com/pmorelli92/pvu-marketplace-le-calculator/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plant vs Undead - Marketplace LE calculator",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_title": "Click to calculate the LE per hour",
        "default_icon": {
            "16": ".\/logo_16.png",
            "24": ".\/logo_24.png",
            "32": ".\/logo_32.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}