I'm not robot captcha clicker
I'm not robot captcha clicker
I'm not robot captcha clicker là gì?
I'm not robot captcha clicker là một tiện ích mở rộng Chrome được phát triển bởi https://anikadigital.co.in, và tính năng chính của nó là "I'm not robot captcha clicker".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng I'm not robot captcha clicker
Tải xuống các tệp mở rộng I'm not robot captcha clicker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | I'm not robot captcha clicker |
ID | ceipnlhmjohemhfpbjdgeigkababhmjc |
URL Chính Thức | https://chromewebstore.google.com/detail/im-not-robot-captcha-clic/ceipnlhmjohemhfpbjdgeigkababhmjc |
Mô tả | I'm not robot captcha clicker |
Kích Thước Tệp | 69.73 KB |
Số Lần Cài Đặt | 82,523 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2022-06-15 |
Ngày Phát Hành | 2020-04-08 |
Đánh Giá | 3.64/5 Tổng số 342 Đánh Giá |
Nhà Phát Triển | https://anikadigital.co.in |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.anikadigital.in/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |