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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |