PVU Zoom
Zoom de textos y números para PLANT VS UNDEAD
什么是PVU Zoom?
PVU Zoom是由https://f8task.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Zoom de textos y números para PLANT VS UNDEAD”。
扩展截图
下载PVU Zoom扩展crx文件
下载PVU Zoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
📌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 扩展基本信息
| 名称 | |
| 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'"
} | |