I'm not robot captcha clicker

I'm not robot captcha clicker

O que é I'm not robot captcha clicker?

I'm not robot captcha clicker é uma extensão do Chrome desenvolvida por https://anikadigital.co.in, e sua principal característica é "I'm not robot captcha clicker".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão I'm not robot captcha clicker

Baixe arquivos de extensão I'm not robot captcha clicker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension will simply click on the "I'm not robot" checkbox as soon as the page loads. It won't click twice within 7 seconds however.

If the popup box appears too often after a circle then it means your IP address/network seems to be spammy to Google. This extension has no role about how often this popup comes asking you select number plates/driving marks/shops/water etc.

Privacy Policy:

This does not store, save or transmit any information in/out of your computer. It is 100% safe and completely free to use.

Please send us improvement suggestions.                    

Informações Básicas da Extensão

Nome I'm not robot captcha clicker I'm not robot captcha clicker
ID ceipnlhmjohemhfpbjdgeigkababhmjc
URL Oficial https://chromewebstore.google.com/detail/im-not-robot-captcha-clic/ceipnlhmjohemhfpbjdgeigkababhmjc
Descrição I'm not robot captcha clicker
Tamanho do Arquivo 69.73 KB
Contagem de Instalações 82,523
Versão Atual 1.2.1
Última Atualização 2022-06-15
Data de Publicação 2020-04-08
Classificação 3.64/5 Total de 342 Avaliações
Desenvolvedor https://anikadigital.co.in
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.anikadigital.in/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I'm not robot captcha clicker",
    "options_page": "options.html",
    "description": "I'm not robot captcha clicker",
    "version": "1.2.1",
    "icons": {
        "16": "icons\/brt-logo16.png",
        "48": "icons\/brt-logo48.png",
        "128": "icons\/brt-logo128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Change the Options",
        "default_popup": "options.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "jquery-2.1.4.min.js",
                "common.js",
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "options.html",
        "Privacy-Policy.html"
    ]
}