I'm not robot captcha clicker

I'm not robot captcha clicker

Qu'est-ce que I'm not robot captcha clicker ?

I'm not robot captcha clicker est une extension Chrome développée par https://anikadigital.co.in, et sa fonction principale est "I'm not robot captcha clicker".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension I'm not robot captcha clicker

Téléchargez les fichiers d'extension I'm not robot captcha clicker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom I'm not robot captcha clicker I'm not robot captcha clicker
ID ceipnlhmjohemhfpbjdgeigkababhmjc
URL Officiel https://chromewebstore.google.com/detail/im-not-robot-captcha-clic/ceipnlhmjohemhfpbjdgeigkababhmjc
Description I'm not robot captcha clicker
Taille du Fichier 69.73 KB
Nombre d'Installations 82,523
Version Actuelle 1.2.1
Dernière Mise à Jour 2022-06-15
Date de Publication 2020-04-08
Évaluation 3.64/5 Total 342 Évaluations
Développeur https://anikadigital.co.in
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.anikadigital.in/privacy
Langues Prises en Charge 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"
    ]
}