Hi everyone,
I’ve just set up a brand-new machine and installed language reactor in Chrome.
Problem:
- The extension runs correctly in Incognito mode or in another browser profile, but it fails completely in my main profile.
- In the DevTools console I see:
Uncaught TypeError: Cannot assign to read-only property ‘fetch’ of object ‘#<Window>’
at pageScript_11y.min.js:4478:8192
…
GET https://rr4-sn-ntq2yned.googlevideo.com/videoplayback?… 403 (Forbidden)
What I’ve tried so far:
- Disabled all other extensions (in case of conflict).
- Cleared browser cache and cookies.
- Re-installed the extension.
- Verified it works fine in Incognito and in a temporary profile.
Questions:
- Why would the extension be able to override
window.fetch
in Incognito but not in my main profile? - Is there a manifest or content-script setting I’m missing that allows me to patch
fetch
safely? - Any pointers on how to work around this “read-only” error so that the extension can load properly?
Thanks in advance for any insights!