PVU Zoom
Zoom de textos y números para PLANT VS UNDEAD
Was ist PVU Zoom?
PVU Zoom ist eine Chrome-Erweiterung, die von https://f8task.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Zoom de textos y números para PLANT VS UNDEAD".
Erweiterungsscreenshots
PVU Zoom-Erweiterungs-CRX-Datei herunterladen
Laden Sie PVU Zoom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
📌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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lnmhcbfelhcbggpoahbpjkjogpmjleeh |
| Offizielle URL | https://chromewebstore.google.com/detail/pvu-zoom/lnmhcbfelhcbggpoahbpjkjogpmjleeh |
| Beschreibung | Zoom de textos y números para PLANT VS UNDEAD |
| Dateigröße | 690 KB |
| Installationsanzahl | 39 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2021-09-22 |
| Veröffentlichungsdatum | 2021-09-15 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://f8task.blogspot.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
| Hilfeseite URL | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
| URL der Datenschutzrichtlinien-Seite | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
| Unterstützte Sprachen | 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'"
} | |