Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"name": "__MSG_extName__",
"short_name": "Captcha Solver",
"description": "__MSG_extDesc__",
"version": "1.0.19",
"author": "__MSG_extAuthor__",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "static\/icons\/cs_logo-16.png",
"48": "static\/icons\/cs_logo-48.png",
"128": "static\/icons\/cs_logo-128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "static\/icons\/cs_logo-16.png",
"48": "static\/icons\/cs_logo-48.png",
"128": "static\/icons\/cs_logo-128.png"
},
"default_title": "__MSG_extName__",
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html"
},
"content_scripts": [
{
"js": [
"\/content\/captchaDetector.js"
],
"match_about_blank": true,
"matches": [
"<all_urls>"
],
"all_frames": true,
"run_at": "document_start"
},
{
"js": [
"\/content\/reCaptchaIndex.js"
],
"match_about_blank": false,
"matches": [
"*:\/\/*.google.com\/recaptcha\/api2\/*",
"*:\/\/*.google.com\/recaptcha\/enterprise\/*",
"*:\/\/*.recaptcha.net\/recaptcha\/api2\/*",
"*:\/\/*.recaptcha.net\/recaptcha\/enterprise\/*"
],
"exclude_matches": [],
"all_frames": true,
"run_at": "document_start"
},
{
"js": [
"\/content\/hCaptchaIndex.js"
],
"match_about_blank": false,
"matches": [
"*:\/\/*.hcaptcha.com\/captcha\/*"
],
"exclude_matches": [],
"all_frames": true,
"run_at": "document_start"
},
{
"js": [
"\/content\/mtCaptchaIndex.js"
],
"match_about_blank": false,
"matches": [
"*:\/\/*.mtcaptcha.com\/mtcv1\/*"
],
"exclude_matches": [],
"all_frames": true,
"run_at": "document_start"
},
{
"js": [
"\/content\/arkoseCaptchaIndex.js"
],
"match_about_blank": false,
"matches": [
"*:\/\/*.arkoselabs.com\/fc\/*",
"*:\/\/*.funcaptcha.com\/fc\/*",
"*:\/\/*\/fc\/assets\/*"
],
"exclude_matches": [],
"all_frames": true,
"run_at": "document_start"
},
{
"matches": [
"https:\/\/solver2.minirpa.net\/*"
],
"js": [
"\/content\/manageIndex.js"
],
"run_at": "document_start"
}
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "static\/rules.json"
}
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"storage",
"declarativeNetRequest",
"alarms",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
{
"resources": [
"static\/wasm.wasm",
"static\/wasm-simd.wasm",
"static\/cs_backbone_model001v20250901",
"static\/cs_backbone_model002v20250901",
"static\/rules.json",
"static\/ba\/ba.json",
"options\/options.html**",
"\/content\/**",
"popup\/popup.html**"
],
"matches": [
"<all_urls>"
]
}
]
}