PVU Zoom
Zoom de textos y números para PLANT VS UNDEAD
Cos'è PVU Zoom?
PVU Zoom è un'estensione di Chrome sviluppata da https://f8task.blogspot.com, e la sua funzione principale è "Zoom de textos y números para PLANT VS UNDEAD".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PVU Zoom
Scarica i file di estensione PVU Zoom 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
📌Extensión que aumenta el tamaño de los números y textos en el juego de PLANT VS UNDEAD. Te ayudara por si tienes dispositivos o laptops pequeñas, juegas con una canaima y no miras bien los números de tus herramientas en la granja o también si eres corto de vista. ☑️ Suscríbete al canal de la comunidad: https://bit.ly/subf8task ✅ Únete a nuestro discord: https://discord.gg/8rBYzqqYDq
Informazioni di Base sull'Estensione
Nome | PVU Zoom |
ID | lnmhcbfelhcbggpoahbpjkjogpmjleeh |
URL Ufficiale | https://chromewebstore.google.com/detail/pvu-zoom/lnmhcbfelhcbggpoahbpjkjogpmjleeh |
Descrizione | Zoom de textos y números para PLANT VS UNDEAD |
Dimensione del File | 690 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-09-22 |
Data di Pubblicazione | 2021-09-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://f8task.blogspot.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
URL della Pagina di Aiuto | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
URL della Pagina della Politica sulla Privacy | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
Lingue Supportate | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PVU Zoom", "description": "Zoom de textos y n\u00fameros para PLANT VS UNDEAD", "version": "1.1", "author": "Juffyto", "icons": { "16": "\/src\/img\/icon.png", "128": "\/src\/img\/icon.png" }, "background": { "scripts": [ "src\/js\/BackgroundController.js", "src\/js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "\/src\/img\/icon.png", "default_title": "PVU Zoom", "default_popup": "index.html" }, "permissions": [ "storage", "tabs", "https:\/\/marketplace.plantvsundead.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/marketplace.plantvsundead.com\/*" ], "js": [ "src\/js\/jquery-3.6.0.min.js", "src\/js\/content.js" ], "css": [], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |