Auto En Passant
Extension that prevents a brick from going into pipi
Qu'est-ce que Auto En Passant ?
Auto En Passant est une extension Chrome développée par phaze jeff, et sa fonction principale est "Extension that prevents a brick from going into pipi".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto En Passant
Téléchargez les fichiers d'extension Auto En Passant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
When playing a chess game on lichess, if en passant is a legal move, it will be automatically played.
Informations de Base sur l'Extension
Nom | |
ID | egcfjkjbfiffcoebkejbhdbgohfbgbch |
URL Officiel | https://chromewebstore.google.com/detail/auto-en-passant/egcfjkjbfiffcoebkejbhdbgohfbgbch |
Description | Extension that prevents a brick from going into pipi |
Taille du Fichier | 34.88 KB |
Nombre d'Installations | 157 |
Version Actuelle | 0.69.69 |
Dernière Mise à Jour | 2022-06-18 |
Date de Publication | 2022-06-13 |
Évaluation | 4.75/5 Total 12 Évaluations |
Développeur | phaze jeff |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/phazejeff/privacy-policy |
Langues Prises en Charge | 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" } } |