PVU
le/hour Power by PanyaN.
Cos'è PVU?
PVU è un'estensione di Chrome sviluppata da panya.naknoppakun, e la sua funzione principale è "le/hour Power by PanyaN.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PVU
Scarica i file di estensione PVU in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
PVU extension develop for convert data on specific website (https://marketplace.plantvsundead.com/) original data show "LE: 1252/240 Hour" after convert it show "LE: 1252/240 Hour (5.22 LE/Hour)" all of this for easy to understand.
Informazioni di Base sull'Estensione
Nome | PVU |
ID | lnkgjlgahnffgajcbkolpbbkpmmdemnj |
URL Ufficiale | https://chromewebstore.google.com/detail/pvu/lnkgjlgahnffgajcbkolpbbkpmmdemnj |
Descrizione | le/hour Power by PanyaN. |
Dimensione del File | 38.6 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-09-25 |
Data di Pubblicazione | 2021-09-20 |
Sviluppatore | panya.naknoppakun |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PVU", "description": "le\/hour Power by PanyaN.", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/thunder.png", "32": "\/images\/thunder.png", "48": "\/images\/thunder.png", "128": "\/images\/thunder.png" } }, "icons": { "16": "\/images\/action.png", "32": "\/images\/thunder.png", "48": "\/images\/thunder.png", "128": "\/images\/thunder.png" } } |