True Captcha

Solve image captchas automatically in the browser.

Co je True Captcha?

True Captcha je rozšíření Chrome vyvinuté prudhvirajs, a jeho hlavní funkcí je „Solve image captchas automatically in the browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření True Captcha

Stáhněte si soubory rozšíření True Captcha ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ~~An extension to recognize the text in the Captcha   and copy it to paste anywhere~~
❗️❗️❗️Extension is free,  you Don't to purchase an API KEY❗️❗️❗️
In order to obtain API KEY you have to create an account on https://apitruecaptcha.org/ and use the 100 Captcha free per day. 

 🐣SETUP INSTRUCTIONS 🐣
After adding the chrome extension, Click on the extension icon. 
Click on big blue button to register/login. 
After  register-ing/login your User name , API Key with your balance will be linked to your extension. 
 
After  register-ing/login ,Copy paste your User name , API Key into the plugin from https://apitruecaptcha.org/user. This is bring your balance info to the extension. 

 🐣USGAE INSTRUCTIONS 🐣
Right click on the Captcha you want to recognize the text from and select "Solve captcha"
Right click on the text box you want to paste the obtained text and select " Paste Captcha"

Automatic recognization will be enabled on the next visit to webpage/Reload. 

If any website is not supported, reach out to support team to add a URL to our supported URL list. 

Kindly recharge if you want to use more than 100 Captcha per day

<< Disclaimer: we are working hard on enhancing the service to solve all Captcha types in most common usage websites. Please note that success rate depends on the text type in the Captcha. For any specific use case, please reach out to out fantastic customer support team >>

Copyright © All rights reserved  TrueCaptcha
🦾by APITrueCaptcha                    

Základní Informace o Rozšíření

Název True Captcha True Captcha
ID ekbpmgkfehkgcffncpghihhpblhijnbp
Oficiální URL https://chromewebstore.google.com/detail/true-captcha/ekbpmgkfehkgcffncpghihhpblhijnbp
Popis Solve image captchas automatically in the browser.
Velikost souboru 68.59 KB
Počet instalací 1,157
Aktuální Verze 0.2
Poslední Aktualizace 2021-07-16
Datum Vydání 2021-06-28
Hodnocení 2.70/5 Celkem 10 Hodnocení
Vývojář prudhvirajs
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://apitruecaptcha.org/
URL Stránky Nápovědy https://apitruecaptcha.org/api
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "True Captcha",
    "description": "Solve image captchas automatically in the browser.",
    "version": "0.2",
    "permissions": [
        "storage",
        "https:\/\/api.apitruecaptcha.org\/*",
        "contextMenus",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "data\/hosts.json",
        "popup.css"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/TrueCaptchaLogo16.png",
            "32": "\/images\/TrueCaptchaLogo32.png",
            "48": "\/images\/TrueCaptchaLogo48.png",
            "128": "\/images\/TrueCaptchaLogo128.png"
        }
    },
    "icons": {
        "16": "\/images\/TrueCaptchaLogo16.png",
        "32": "\/images\/TrueCaptchaLogo32.png",
        "48": "\/images\/TrueCaptchaLogo48.png",
        "128": "\/images\/TrueCaptchaLogo128.png"
    },
    "manifest_version": 2
}