Moodle Captcha
Automatically fills the captcha for you
Wat is Moodle Captcha?
Moodle Captcha is een Chrome-extensie ontwikkeld door sprakhar2002, en de belangrijkste functie is "Automatically fills the captcha for you".
Extensie Screenshots
Download het CRX-bestand van de extensie Moodle Captcha
Download Moodle Captcha-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
It will automatically fill up the captcha for moodle IITD Basisinformatie over de Extensie
| Naam | |
| ID | iamcdgfbkimlnjdellmbghgmkljbddof |
| Officiële URL | https://chromewebstore.google.com/detail/moodle-captcha/iamcdgfbkimlnjdellmbghgmkljbddof |
| Beschrijving | Automatically fills the captcha for you |
| Bestandsgrootte | 3.2 KB |
| Aantal Installaties | 1,132 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-06-20 |
| Publicatiedatum | 2021-06-20 |
| Beoordeling | 4.73/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | sprakhar2002 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |