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”。
擴展截圖
下載I'm not robot captcha clicker擴展crx文件
下載I'm not robot captcha clicker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | ceipnlhmjohemhfpbjdgeigkababhmjc |
| 官方網址 | 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"
]
} | |