I'm not robot captcha clicker

I'm not robot captcha clicker

I'm not robot captcha clicker क्या है?

I'm not robot captcha clicker https://anikadigital.co.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "I'm not robot captcha clicker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में I'm not robot captcha clicker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम I'm not robot captcha clicker I'm not robot captcha clicker
ID ceipnlhmjohemhfpbjdgeigkababhmjc
आधिकारिक URL https://chromewebstore.google.com/detail/im-not-robot-captcha-clic/ceipnlhmjohemhfpbjdgeigkababhmjc
विवरण I'm not robot captcha clicker
फ़ाइल का आकार 69.73 KB
स्थापना संख्या 82,523
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2022-06-15
प्रकाशन तिथि 2020-04-08
रेटिंग 3.64/5 कुल 342 रेटिंग्स
डेवलपर https://anikadigital.co.in
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.anikadigital.in/privacy
समर्थित भाषाएँ 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"
    ]
}