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"입니다.

확장 프로그램 스크린샷

screenshot

PVU Zoom 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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'"
}