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 - это расширение Chrome, разработанное 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 расширения Plant vs Undead - Marketplace LE calculator

Скачайте файлы расширений Plant vs Undead - Marketplace LE calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}