PvU Legacy Tool

Tool support for PvU Legacy

PvU Legacy Toolคืออะไร?

PvU Legacy Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Red Lee และคุณลักษณะหลักของมันคือ "Tool support for PvU Legacy"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PvU Legacy Tool

ดาวน์โหลดไฟล์ส่วนขยาย PvU Legacy Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - 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"
            ]
        }
    ]
}