Auto En Passant
Extension that prevents a brick from going into pipi
Auto En Passant란 무엇입니까?
Auto En Passant은(는) phaze jeff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that prevents a brick from going into pipi"입니다.
확장 프로그램 스크린샷
Auto En Passant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When playing a chess game on lichess, if en passant is a legal move, it will be automatically played.
확장 프로그램 기본 정보
이름 | |
ID | egcfjkjbfiffcoebkejbhdbgohfbgbch |
공식 URL | https://chromewebstore.google.com/detail/auto-en-passant/egcfjkjbfiffcoebkejbhdbgohfbgbch |
설명 | Extension that prevents a brick from going into pipi |
파일 크기 | 34.88 KB |
설치 횟수 | 157 |
현재 버전 | 0.69.69 |
최근 업데이트 | 2022-06-18 |
출시 날짜 | 2022-06-13 |
평점 | 4.75/5 총 12 개의 평점 |
개발자 | phaze jeff |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://github.com/phazejeff/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto En Passant", "version": "0.69.69", "description": "Extension that prevents a brick from going into pipi", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "scripting", "webNavigation" ], "host_permissions": [ "https:\/\/*.lichess.org\/" ], "action": { "default_popup": "src\/popup.html", "default_icon": { "16": "\/icons\/anarchy-chess16.png", "32": "\/icons\/anarchy-chess32.png", "48": "\/icons\/anarchy-chess48.png", "128": "\/icons\/anarchy-chess128.png" } }, "icons": { "16": "\/icons\/anarchy-chess16.png", "32": "\/icons\/anarchy-chess32.png", "48": "\/icons\/anarchy-chess48.png", "128": "\/icons\/anarchy-chess128.png" } } |