PvU Legacy Tool

Tool support for PvU Legacy

PvU Legacy Tool란 무엇입니까?

PvU Legacy Tool은(는) Red Lee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tool support for PvU Legacy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PvU Legacy Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - Display plant list and havert time.

Buy me a coffee: 0x6c5DE525A868193475b4Ffcb11d4632c5ACEb418 (Binance Smart Chain)

*1.0.20: Harvest time notification; Harvest clock in all page.
*1.0.19: Limit display only 50 plants
*1.0.16: Display plant list and havert time.                    

확장 프로그램 기본 정보

이름 PvU Legacy Tool PvU Legacy Tool
ID hcceikdgppjfkaffcdlbgdkboaeobiek
공식 URL https://chromewebstore.google.com/detail/pvu-legacy-tool/hcceikdgppjfkaffcdlbgdkboaeobiek
설명 Tool support for PvU Legacy
파일 크기 184 KB
설치 횟수 1,639
현재 버전 1.0.31
최근 업데이트 2023-11-23
출시 날짜 2021-09-21
평점 4.97/5 총 29 개의 평점
개발자 Red Lee
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PvU Legacy Tool",
    "description": "Tool support for PvU Legacy",
    "version": "1.0.31",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/pvu_tool_16.png",
            "32": "\/images\/pvu_tool_32.png",
            "48": "\/images\/pvu_tool_48.png",
            "128": "\/images\/pvu_tool_128.png"
        }
    },
    "icons": {
        "16": "\/images\/pvu_tool_16.png",
        "32": "\/images\/pvu_tool_32.png",
        "48": "\/images\/pvu_tool_48.png",
        "128": "\/images\/pvu_tool_128.png"
    },
    "host_permissions": [
        "https:\/\/marketplace.plantvsundead.com\/",
        "https:\/\/api.plantvsundead.com\/",
        "https:\/\/pvu.lovestoblog.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/marketplace.plantvsundead.com\/*"
            ],
            "js": [
                "utils.js",
                "pvu_web_content.js"
            ],
            "css": [
                "css\/pvu_web_content.css"
            ]
        }
    ]
}