Moodle Captcha
Automatically fills the captcha for you
Qu'est-ce que Moodle Captcha ?
Moodle Captcha est une extension Chrome développée par sprakhar2002, et sa fonction principale est "Automatically fills the captcha for you".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Moodle Captcha
Téléchargez les fichiers d'extension Moodle Captcha 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
It will automatically fill up the captcha for moodle IITD
Informations de Base sur l'Extension
Nom | Moodle Captcha |
ID | iamcdgfbkimlnjdellmbghgmkljbddof |
URL Officiel | https://chromewebstore.google.com/detail/moodle-captcha/iamcdgfbkimlnjdellmbghgmkljbddof |
Description | Automatically fills the captcha for you |
Taille du Fichier | 3.2 KB |
Nombre d'Installations | 1,132 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-06-20 |
Date de Publication | 2021-06-20 |
Évaluation | 4.73/5 Total 11 Évaluations |
Développeur | sprakhar2002 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moodle Captcha", "description": "Automatically fills the captcha for you", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/moodle.iitd.ac.in\/login\/index.php" ], "js": [ "work.js" ] } ] } |