PVU

le/hour Power by PanyaN.

Co to jest PVU?

PVU to rozszerzenie Chrome opracowane przez panya.naknoppakun, a jego główną funkcją jest „le/hour Power by PanyaN.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia PVU

Pobierz pliki rozszerzeń PVU w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PVU PVU
ID lnkgjlgahnffgajcbkolpbbkpmmdemnj
Oficjalny URL https://chromewebstore.google.com/detail/pvu/lnkgjlgahnffgajcbkolpbbkpmmdemnj
Opis le/hour Power by PanyaN.
Rozmiar pliku 38.6 KB
Liczba instalacji 23
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-09-25
Data Publikacji 2021-09-20
Deweloper panya.naknoppakun
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}