PVU Helper

Plant vs Undead extension to make your farming process easier!

PVU Helperคืออะไร?

PVU Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nelxaraujo.dev และคุณลักษณะหลักของมันคือ "Plant vs Undead extension to make your farming process easier!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PVU Helper

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

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

                        Allows PVU farmers to see exact date when harvesting ends.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PVU Helper PVU Helper
ID ddcjmohnoonfoliofpbdjedafiojpoff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pvu-helper/ddcjmohnoonfoliofpbdjedafiojpoff
คำอธิบาย Plant vs Undead extension to make your farming process easier!
ขนาดไฟล์ 31.02 KB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-09-15
วันที่เผยแพร่ 2021-09-14
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา nelxaraujo.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PVU Helper",
    "description": "Plant vs Undead extension to make your farming process easier!",
    "icons": {
        "128": ".\/images\/logo.png",
        "16": ".\/images\/logo.png",
        "32": ".\/images\/logo.png",
        "48": ".\/images\/logo.png"
    },
    "action": {
        "default_icons": {
            "128": ".\/images\/logo.png",
            "16": ".\/images\/logo.png",
            "32": ".\/images\/logo.png",
            "48": ".\/images\/logo.png"
        }
    },
    "background": {
        "service_worker": ".\/worker.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/marketplace.plantvsundead.com\/*"
    ],
    "manifest_version": 3,
    "version": "1.0.0"
}