Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "You Human? \ud83d\udc7d - Browser Captcha Auto-Solver",
"version": "1.0.2",
"description": "Auto-solve browser Captcha challenges and 'Just a moment' verification pages.",
"permissions": [
"storage",
"tabs",
"debugger",
"notifications"
],
"host_permissions": [
"<all_urls>",
"https:\/\/api.theautomationzone.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/cloudflare_bypass.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "html\/popup.html",
"default_title": "You Human? \ud83d\udc7d - Browser Captcha Auto-Solver"
}
}