TMS Captcha Autofiller

This extention will autofill TMS captchas. Made by nirav.com.np

What is TMS Captcha Autofiller?

TMS Captcha Autofiller is a Chrome extension developed by niravprasadbaral, and its main feature is "This extention will autofill TMS captchas. Made by nirav.com.np".

Extension Screenshots

screenshot

Download TMS Captcha Autofiller Extension CRX File

Download TMS Captcha Autofiller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Autofills those pesky TMS captchas.                    

Extension Basic Information

Name TMS Captcha Autofiller TMS Captcha Autofiller
ID bbnmlbcjjojlcigkphmancneeplopmhg
Official URL https://chromewebstore.google.com/detail/tms-captcha-autofiller/bbnmlbcjjojlcigkphmancneeplopmhg
Description This extention will autofill TMS captchas. Made by nirav.com.np
File Size 38.27 KB
Installation Count 1,230
Current Version 0.5
Last Updated 2021-05-23
Publish Date 2021-05-23
Rating 3.23/5 Total 13 Ratings
Developer niravprasadbaral
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}