This commit is contained in:
2026-05-22 14:36:34 +08:00
parent 40f13989c2
commit 1336695068
11 changed files with 115 additions and 16 deletions

View File

@@ -90,6 +90,17 @@
"type": "string",
"default": "",
"description": "Value of the __Host-APPLOVINID cookie for p.applov.in (log in at https://p.applov.in/playablePreview?create=1&qr=1 and copy the cookie from DevTools)."
},
"hplToolbox.applovin.delayMs": {
"type": "number",
"default": 5000,
"minimum": 0,
"description": "Delay (in milliseconds) between consecutive file uploads, to avoid AppLovin rate limiting / 403 responses."
},
"hplToolbox.applovin.randomizeUserAgent": {
"type": "boolean",
"default": true,
"description": "Randomize the User-Agent header on every request to p.applov.in to reduce bot detection."
}
}
},