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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "I'm not robot captcha clicker"입니다.

확장 프로그램 스크린샷

screenshot

I'm not robot captcha clicker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}