PVU Zoom
Zoom de textos y números para PLANT VS UNDEAD
PVU Zoom क्या है?
PVU Zoom https://f8task.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zoom de textos y números para PLANT VS UNDEAD"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PVU Zoom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
📌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
एक्सटेंशन की मूल जानकारी
नाम | PVU Zoom |
ID | lnmhcbfelhcbggpoahbpjkjogpmjleeh |
आधिकारिक URL | https://chromewebstore.google.com/detail/pvu-zoom/lnmhcbfelhcbggpoahbpjkjogpmjleeh |
विवरण | Zoom de textos y números para PLANT VS UNDEAD |
फ़ाइल का आकार | 690 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2021-09-22 |
प्रकाशन तिथि | 2021-09-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://f8task.blogspot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
सहायता पृष्ठ URL | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
गोपनीयता नीति पृष्ठ URL | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
समर्थित भाषाएँ | 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'" } |