TMS Captcha Autofiller
This extention will autofill TMS captchas. Made by nirav.com.np
Wat is TMS Captcha Autofiller?
TMS Captcha Autofiller is een Chrome-extensie ontwikkeld door niravprasadbaral, en de belangrijkste functie is "This extention will autofill TMS captchas. Made by nirav.com.np".
Extensie Screenshots
Download het CRX-bestand van de extensie TMS Captcha Autofiller
Download TMS Captcha Autofiller-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
Autofills those pesky TMS captchas. Basisinformatie over de Extensie
| Naam | |
| ID | bbnmlbcjjojlcigkphmancneeplopmhg |
| Officiële URL | https://chromewebstore.google.com/detail/tms-captcha-autofiller/bbnmlbcjjojlcigkphmancneeplopmhg |
| Beschrijving | This extention will autofill TMS captchas. Made by nirav.com.np |
| Bestandsgrootte | 38.27 KB |
| Aantal Installaties | 1,230 |
| Huidige Versie | 0.5 |
| Laatst Bijgewerkt | 2021-05-23 |
| Publicatiedatum | 2021-05-23 |
| Beoordeling | 3.23/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | niravprasadbaral |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TMS Captcha Autofiller",
"description": "This extention will autofill TMS captchas. Made by nirav.com.np",
"version": "0.5",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/np16.png",
"32": "assets\/np32.png",
"48": "assets\/np48.png",
"128": "assets\/np128.png"
}
},
"icons": {
"16": "assets\/np16.png",
"32": "assets\/np32.png",
"48": "assets\/np48.png",
"128": "assets\/np128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.nepsetms.com.np\/login"
],
"js": [
"contentScript.js"
]
}
]
} | |