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…”。
擴展截圖
下載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 |
ID | odndhpbcpooebmlohkpaoifaigimngck |
官方網址 | 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" } } |