The captcha solver made by and for japanese high school girls!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

39 lines
681 B

{
"manifest_version": 3,
"name": "4chan Captcha Solver",
"description": "4chan Captcha Solver",
"version": "0.292",
"icons": {
"64": "1449696017588.png"
},
"permissions": [],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"*.html",
"*.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https://*.4chan.org/*",
"https://*.4channel.org/*"
],
"css": [],
"run_at": "document_end",
"js": [
"dist/weights.js",
"dist/model.js",
"dist/main.js"
]
}
]
}