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" } } |