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…
Wat is Plant vs Undead - Marketplace LE calculator?
Plant vs Undead - Marketplace LE calculator is een Chrome-extensie ontwikkeld door pmorelli92, en de belangrijkste functie is "Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…".
Extensie Screenshots
Download het CRX-bestand van de extensie Plant vs Undead - Marketplace LE calculator
Download Plant vs Undead - Marketplace LE calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Plant vs Undead - Marketplace LE calculator |
ID | odndhpbcpooebmlohkpaoifaigimngck |
Officiële URL | https://chromewebstore.google.com/detail/plant-vs-undead-marketpla/odndhpbcpooebmlohkpaoifaigimngck |
Beschrijving | Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side… |
Bestandsgrootte | 25.45 KB |
Aantal Installaties | 61 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-10-25 |
Publicatiedatum | 2021-09-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | pmorelli92 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/pmorelli92/pvu-marketplace-le-calculator |
Help Pagina-URL | https://github.com/pmorelli92/pvu-marketplace-le-calculator/issues |
Ondersteunde Talen | 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" } } |