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…

Plant vs Undead - Marketplace LE calculator क्या है?

Plant vs Undead - Marketplace LE calculator pmorelli92 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Plant vs Undead - Marketplace LE calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Plant vs Undead - Marketplace LE calculator Plant vs Undead - Marketplace LE calculator
ID odndhpbcpooebmlohkpaoifaigimngck
आधिकारिक URL https://chromewebstore.google.com/detail/plant-vs-undead-marketpla/odndhpbcpooebmlohkpaoifaigimngck
विवरण Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…
फ़ाइल का आकार 25.45 KB
स्थापना संख्या 61
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-10-25
प्रकाशन तिथि 2021-09-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर pmorelli92
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pmorelli92/pvu-marketplace-le-calculator
सहायता पृष्ठ URL https://github.com/pmorelli92/pvu-marketplace-le-calculator/issues
समर्थित भाषाएँ 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"
    }
}