Inspect and view changes in jAccount Captcha Solver source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "jAccount Captcha Solver",
"version": "1.2.1",
"description": "Solve jAccount captcha automatically.",
"icons": {
"48": "48.b1dfaa44.png",
"96": "96.975638ec.png",
"128": "128.ea112118.png"
},
"content_scripts": [
{
"matches": [
"*://jaccount.sjtu.edu.cn/jaccount/jalogin*"
],
"js": [
"content.9932b97a.js"
],
"css": []
}
],
"web_accessible_resources": [
"model.608acca4.onnx",
"ort-wasm.wasm",
"ort-wasm-simd.wasm",
"ort-wasm-simd-threaded.wasm",
"ort-wasm-threaded.wasm"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}