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…

Qu'est-ce que Plant vs Undead - Marketplace LE calculator ?

Plant vs Undead - Marketplace LE calculator est une extension Chrome développée par pmorelli92, et sa fonction principale est "Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Plant vs Undead - Marketplace LE calculator

Téléchargez les fichiers d'extension Plant vs Undead - Marketplace LE calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Plant vs Undead - Marketplace LE calculator Plant vs Undead - Marketplace LE calculator
ID odndhpbcpooebmlohkpaoifaigimngck
URL Officiel https://chromewebstore.google.com/detail/plant-vs-undead-marketpla/odndhpbcpooebmlohkpaoifaigimngck
Description Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…
Taille du Fichier 25.45 KB
Nombre d'Installations 61
Version Actuelle 1.1
Dernière Mise à Jour 2021-10-25
Date de Publication 2021-09-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur pmorelli92
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/pmorelli92/pvu-marketplace-le-calculator
URL de la Page d'Aide https://github.com/pmorelli92/pvu-marketplace-le-calculator/issues
Langues Prises en Charge 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"
    }
}