PVU

le/hour Power by PanyaN.

PVU là gì?

PVU là một tiện ích mở rộng Chrome được phát triển bởi panya.naknoppakun, và tính năng chính của nó là "le/hour Power by PanyaN.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PVU

Tải xuống các tệp mở rộng PVU dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        PVU extension develop for convert data on specific website (https://marketplace.plantvsundead.com/) original data show "LE: 1252/240 Hour" after convert it show "LE: 1252/240 Hour (5.22 LE/Hour)"  all of this for easy to understand.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PVU PVU
ID lnkgjlgahnffgajcbkolpbbkpmmdemnj
URL Chính Thức https://chromewebstore.google.com/detail/pvu/lnkgjlgahnffgajcbkolpbbkpmmdemnj
Mô tả le/hour Power by PanyaN.
Kích Thước Tệp 38.6 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-09-25
Ngày Phát Hành 2021-09-20
Nhà Phát Triển panya.naknoppakun
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PVU",
    "description": "le\/hour Power by PanyaN.",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/thunder.png",
            "32": "\/images\/thunder.png",
            "48": "\/images\/thunder.png",
            "128": "\/images\/thunder.png"
        }
    },
    "icons": {
        "16": "\/images\/action.png",
        "32": "\/images\/thunder.png",
        "48": "\/images\/thunder.png",
        "128": "\/images\/thunder.png"
    }
}