Mephisto Chess Extension
Next best move analysis for your favorite chess websites
Mephisto Chess Extension क्या है?
Mephisto Chess Extension Alpine Web Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Next best move analysis for your favorite chess websites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mephisto Chess Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mephisto is a browser extension that enables realtime next best move analysis and autoplay on your favorite chess websites. Mephisto Chess Extension is the perfect tool to hone your chess skills, analyze your games and learn from your mistakes. With a click of a button, Mephisto analyzes your chess game and provides comprehensive information to elucidate the position. Mephisto is 100% free, open-source and collects zero user data. Features: - Full support for next best move analysis on Lichess and Chess.com - Full support for autoplay on Lichess and Chess.com - "Hand and Brain" training mode to help you spot the best move - A variety of piece and board themes to pick from
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ihpdlpgcjepplokoncjelcbbcedgnanp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mephisto-chess-extension/ihpdlpgcjepplokoncjelcbbcedgnanp |
विवरण | Next best move analysis for your favorite chess websites |
फ़ाइल का आकार | 2.06 MB |
स्थापना संख्या | 4,021 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-08-13 |
प्रकाशन तिथि | 2022-08-09 |
रेटिंग | 4.44/5 कुल 9 रेटिंग्स |
डेवलपर | Alpine Web Extensions |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/AlexPetrusca/Mephisto |
सहायता पृष्ठ URL | https://github.com/AlexPetrusca/Mephisto/issues |
गोपनीयता नीति पृष्ठ URL | https://github.com/AlexPetrusca/Mephisto/wiki/Privacy-Policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mephisto Chess Extension", "description": "Next best move analysis for your favorite chess websites", "version": "1.0.1", "homepage_url": "https:\/\/github.com\/AlexPetrusca\/Mephisto", "author": "Alex Petrusca", "icons": { "16": "res\/icons\/icon16.png", "32": "res\/icons\/icon32.png", "48": "res\/icons\/icon48.png", "128": "res\/icons\/icon128.png" }, "action": { "default_icon": { "16": "res\/icons\/icon16.png", "32": "res\/icons\/icon32.png", "48": "res\/icons\/icon48.png", "128": "res\/icons\/icon128.png" }, "default_popup": "src\/popup\/popup.html", "options_page": "src\/options\/options.html" }, "permissions": [ "debugger" ], "background": { "service_worker": "src\/scripts\/background-script.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.chess.com\/*", "https:\/\/lichess.org\/*" ], "js": [ "src\/scripts\/content-script.js" ] } ], "default_locale": "en" } |