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文件
下載Auto En Passant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When playing a chess game on lichess, if en passant is a legal move, it will be automatically played.
擴展基本資訊
名稱 | |
ID | egcfjkjbfiffcoebkejbhdbgohfbgbch |
官方網址 | 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" } } |