Pokémon J0L Extension

JoL Extension

Pokémon J0L Extension란 무엇입니까?

Pokémon J0L Extension은(는) Drakirus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "JoL Extension"입니다.

확장 프로그램 스크린샷

screenshot

Pokémon J0L Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension pour le format JOL sur le site Poketools.fr                    

확장 프로그램 기본 정보

이름 Pokémon J0L Extension Pokémon J0L Extension
ID jghmdingepcggbhphhfnhagfdejlfbcp
공식 URL https://chromewebstore.google.com/detail/pok%C3%A9mon-j0l-extension/jghmdingepcggbhphhfnhagfdejlfbcp
설명 JoL Extension
파일 크기 31.09 KB
설치 횟수 37
현재 버전 4.0.0
최근 업데이트 2018-02-26
출시 날짜 2018-02-26
평점 5.00/5 총 2 개의 평점
개발자 Drakirus
이메일 [email protected]
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "Pokemon",
        "default_icon": "JoL.png",
        "default_popup": "popup.html"
    },
    "name": "Pok\u00e9mon J0L Extension",
    "author": "Github@Drakirus, Github@Apeul",
    "description": "JoL Extension",
    "version": "4.0.0",
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/www.poketools.fr\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.poketools.fr\/*",
        "notifications",
        "tabs",
        "activeTab"
    ]
}