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.
 
 
 

40 lines
868 B

{
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"update_url": "https://git.coom.tech/araragi/JKCS/raw/branch/master/firefox_update.json"
}
},
"name": "JannySkillersCaptchaSolver",
"description": "The Janny Skillers Captcha Solver of choice.",
"version": "0.27",
"icons": {
"64": "1449696017588.png"
},
"permissions": [
"https://*.4chan.org/*",
"https://*.4channel.org/*",
"https://sys.4chan.org/*"
],
"content_scripts": [
{
"matches": [
"https://*.4chan.org/*",
"https://*.4channel.org/*",
"https://sys.4chan.org/*"
],
"css": [],
"run_at": "document_end",
"js": [
"polyfill.min.js",
"dist/main.js"
]
}
],
"web_accessible_resources": [
"*.html",
"*.js",
"*.json"
]
}