Erev2 Damage Calculator

Erev2 Invidual damage calculator made by Wolf72x

Erev2 Damage Calculator란 무엇입니까?

Erev2 Damage Calculator은(는) Wolf72x에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Erev2 Invidual damage calculator made by Wolf72x"입니다.

확장 프로그램 스크린샷

screenshot

Erev2 Damage Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome extension for Erevollution game. 
This extension adds calculator on profile page which calculates damage.                    

확장 프로그램 기본 정보

이름 Erev2 Damage Calculator Erev2 Damage Calculator
ID mancnjdnhpdpfggmhilnglkhmphindbf
공식 URL https://chromewebstore.google.com/detail/erev2-damage-calculator/mancnjdnhpdpfggmhilnglkhmphindbf
설명 Erev2 Invidual damage calculator made by Wolf72x
파일 크기 53.31 KB
설치 횟수 26
현재 버전 1.0.5
최근 업데이트 2019-11-16
출시 날짜 2019-11-16
평점 5.00/5 총 3 개의 평점
개발자 Wolf72x
결제 유형 free
확장 프로그램 웹 사이트 https://www.erev2.com
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.erev2.com\/*\/profile\/*"
            ]
        }
    ],
    "description": "Erev2 Invidual damage calculator made by Wolf72x",
    "icons": {
        "48": "favicon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkvcRHo6MFn5AGV6fv5fPJNA2n6L0kdXB6we+h4RbuPSnDmfS3RaSuMmRlOsFL6ktmCZxlJwGMx6YBaaTmy6xHr9iX79UQBVZidcz81hK1cRw2WuWTfOdyYwBwDP2bamfzVNHUhiuTnLq3xpX8UrslRbmDD4O+T2\/6OaT+cu++WD2rQFgOPqR8pQdRYqR8jN8QHULkWJch4CgJud3KYU\/EFyg6jl7TIVLtYlVob2HNXPihmPQ3yNPmxVb\/p9aCylTMFtOSd+COjfYo1Gwhx4QDpWtfxAh7PaAIaydHWcPSBdWh6x5Qa8fK8S0oeP4eDvo2SGaxnRPJ4iI67AExMc6kQIDAQAB",
    "manifest_version": 2,
    "name": "Erev2 Damage Calculator",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "web_accessible_resources": [
        "def.html"
    ]
}