CAPTCHA Solver 0.0.1
FREE
Released:2022-10-19
Manifest File:
{"name":"CAPTCHA Solver","icons":{"16":"icon\/16.png","128":"icon\/128.png"},"action":{"default_icon":"icon\/16.png","default_popup":"popup.html","default_title":"CAPTCHA Solver"},"version":"0.0.1","background":{"service_worker":"background.js"},"update_url":"https:\/\/clients2.google.com\/service\/update2\/crx","description":"Automatically solve CAPTCHAs using AI.","permissions":["storage","scripting","declarativeNetRequest","webRequest"],"content_scripts":[{"js":["hcaptcha.js"],"run_at":"document_end","matches":["*:\/\/*.hcaptcha.com\/captcha\/*"],"all_frames":true},{"js":["hcaptcha_fast.js"],"run_at":"document_start","matches":["*:\/\/*.hcaptcha.com\/captcha\/*"],"all_frames":true},{"js":["recaptcha.js","recaptcha_voice.js"],"run_at":"document_end","matches":["<all_urls>"],"all_frames":true},{"js":["recaptcha_fast.js"],"run_at":"document_start","matches":["*:\/\/*.google.com\/recaptcha\/*","*:\/\/*.recaptcha.net\/recaptcha\/*","*:\/\/recaptcha.net\/recaptcha\/*"],"all_frames":true}],"host_permissions":["<all_urls>"],"manifest_version":3,"web_accessible_resources":[{"matches":["<all_urls>"],"resources":["utils.js"]}]}