Files
proxy_cursor_regv206/turnstilePatch/manifest.json
huangzhenpc 89c5fd4cf9 first commit
2025-03-11 15:52:54 +08:00

18 lines
370 B
JSON

{
"manifest_version": 3,
"name": "Turnstile Patcher",
"version": "2.1",
"content_scripts": [
{
"js": [
"./script.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true,
"world": "MAIN"
}
]
}