Pokemon Legends Extension

Provides features for www.pokemonlegends.com

Pokemon Legends Extension란 무엇입니까?

Pokemon Legends Extension은(는) https://www.pokemonlegends.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides features for www.pokemonlegends.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pokemon Legends Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will add several features to Pokemon Legends such as
+ Pokemon location guide!
+ Play a sound when a Shiny Pokemon appears and the text is displayed in orange.
+ Highlight your friends on chat (Orange color)
+ Fix Battle loading and Menu/Option selection
+ Allow you to ignore messages from users on chat
+ Manage Ignored users lists
+ Drag your chat and private messages (yay!)
+ Change chat background color and message color.                    

확장 프로그램 기본 정보

이름 Pokemon Legends Extension Pokemon Legends Extension
ID kdelmhecjnbelecadmekaelngjhmadoi
공식 URL https://chromewebstore.google.com/detail/pokemon-legends-extension/kdelmhecjnbelecadmekaelngjhmadoi
설명 Provides features for www.pokemonlegends.com
파일 크기 350 KB
설치 횟수 1,795
현재 버전 0.4.2
최근 업데이트 2021-02-07
출시 날짜 2018-09-27
평점 4.45/5 총 60 개의 평점
개발자 https://www.pokemonlegends.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokemon Legends Extension",
    "description": "Provides features for www.pokemonlegends.com",
    "version": "0.4.2",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Pokemon Legends",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pokemonlegends.com\/explore",
                "https:\/\/www.pokemonlegends.com\/explore.php"
            ],
            "js": [
                "scripts\/jquery-2.2.3.min.js",
                "scripts\/jquery-ui.js",
                "scripts\/explore_sharks.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.pokemonlegends.com\/*"
    ],
    "web_accessible_resources": [
        "scripts\/inject.js"
    ]
}