Auto En Passant
Extension that prevents a brick from going into pipi
Cos'è Auto En Passant?
Auto En Passant è un'estensione di Chrome sviluppata da phaze jeff, e la sua funzione principale è "Extension that prevents a brick from going into pipi".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto En Passant
Scarica i file di estensione Auto En Passant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
When playing a chess game on lichess, if en passant is a legal move, it will be automatically played.
Informazioni di Base sull'Estensione
Nome | |
ID | egcfjkjbfiffcoebkejbhdbgohfbgbch |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-en-passant/egcfjkjbfiffcoebkejbhdbgohfbgbch |
Descrizione | Extension that prevents a brick from going into pipi |
Dimensione del File | 34.88 KB |
Conteggio Installazioni | 157 |
Versione Corrente | 0.69.69 |
Ultimo Aggiornamento | 2022-06-18 |
Data di Pubblicazione | 2022-06-13 |
Valutazione | 4.75/5 Totale 12 Valutazioni |
Sviluppatore | phaze jeff |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://github.com/phazejeff/privacy-policy |
Lingue Supportate | 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" } } |