
Need Chrome Extension Developer for Bug Fixing & Request Handlin
- or -
Post a project like this- Posted:
- Proposals: 22
- Remote
- #4494062
- Open for Proposals
Description
Current issues:
* Some requests are failing
* Required IDs/data are not getting detected properly
* Extension flow works inconsistently
* Need better request/session handling
* Need debugging for content script and service worker communication
Requirements:
* Strong knowledge of Chrome Extensions (Manifest V3)
* JavaScript experience
* Service workers
* Network/API debugging
* Request handling and extension optimization
I already have:
* Existing working files
* Error logs
* Screenshots
* Different extension versions for comparison
Need someone who can analyze the issue and fix the extension properly.
Keshav H.
0% (0)New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-

Hi, thanks for the detailed breakdown. To diagnose the issues properly, could you clarify: whether the failing requests are related to CORS/authentication/rate limits, if the extension communicates with any external APIs or authenticated sessions, and whether the inconsistencies started after moving to Manifest V3/service worker architecture or were present before as well?
Keshav H.An hour agoFrom my latest testing, the issue appears to be mainly related to rate limiting and request/session behavior.
The automated flow starts receiving 429 “Too Many Requests” responses, and instead of JSON the server returns an HTML warning/block page. This causes JSON parsing errors like:
“Unexpected token '<' ... is not valid JSON”
The manual browser flow still works normally, but repeated automated requests eventually trigger a temporary calendar access restriction.
The extension currently uses authenticated sessions with dynamic cookies/tokens, and most logic is running through the Manifest V3 service worker flow.
