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.
 
 
 

41 lines
768 B

{
"manifest_version": 3,
"name": "Joshi Koukousei Captcha Service",
"description": "The captcha solver made by and for japanese high school girls",
"version": "0.30",
"icons": {
"64": "1449696017588.png"
},
"permissions": [],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"*.html",
"*.js",
"*.json",
"*.bin",
"*.wasm"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https://*.4chan.org/*",
"https://*.4channel.org/*",
"https://sys.4chan.org/*"
],
"css": [],
"run_at": "document_end",
"js": [
"dist/main.js"
]
}
]
}