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 là gì?
Plant vs Undead - Marketplace LE calculator là một tiện ích mở rộng Chrome được phát triển bởi pmorelli92, và tính năng chính của nó là "Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Plant vs Undead - Marketplace LE calculator
Tải xuống các tệp mở rộng Plant vs Undead - Marketplace LE calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Plant vs Undead - Marketplace LE calculator |
ID | odndhpbcpooebmlohkpaoifaigimngck |
URL Chính Thức | https://chromewebstore.google.com/detail/plant-vs-undead-marketpla/odndhpbcpooebmlohkpaoifaigimngck |
Mô tả | Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side… |
Kích Thước Tệp | 25.45 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-10-25 |
Ngày Phát Hành | 2021-09-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | pmorelli92 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pmorelli92/pvu-marketplace-le-calculator |
URL Trang Trợ Giúp | https://github.com/pmorelli92/pvu-marketplace-le-calculator/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |