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によって開発されたChromeの拡張機能で、その主な機能は「Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…」です。

拡張機能のスクリーンショット

screenshot

Plant vs Undead - Marketplace LE calculator拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}