Plant vs Undead - Marketplace LE calculator

Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…

Plant vs Undead - Marketplace LE calculator란 무엇입니까?

Plant vs Undead - Marketplace LE calculator은(는) pmorelli92에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…"입니다.

확장 프로그램 스크린샷

screenshot

Plant vs Undead - Marketplace LE calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension for getting the LE produced by hour for each plant listed in the market.

This extension is not doing any server side calls, but just parsing the HTML that is displayed on your browser and doing the mathematical calculation. 

This extension does not track your data, nor need any permissions, so it is safe to use. The source code can be found on my Github for people to inspect.

If this is useful for you and you want to donate feel free to do it on BSC: 0xA80736c06a80d32ADE6e8e1a29d1Fb480A8ca20F                    

확장 프로그램 기본 정보

이름 Plant vs Undead - Marketplace LE calculator Plant vs Undead - Marketplace LE calculator
ID odndhpbcpooebmlohkpaoifaigimngck
공식 URL https://chromewebstore.google.com/detail/plant-vs-undead-marketpla/odndhpbcpooebmlohkpaoifaigimngck
설명 Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…
파일 크기 25.45 KB
설치 횟수 61
현재 버전 1.1
최근 업데이트 2021-10-25
출시 날짜 2021-09-21
평점 5.00/5 총 1 개의 평점
개발자 pmorelli92
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/pmorelli92/pvu-marketplace-le-calculator
도움말 페이지 URL https://github.com/pmorelli92/pvu-marketplace-le-calculator/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plant vs Undead - Marketplace LE calculator",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_title": "Click to calculate the LE per hour",
        "default_icon": {
            "16": ".\/logo_16.png",
            "24": ".\/logo_24.png",
            "32": ".\/logo_32.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}