error GET chrome-extension://invalid/ net::ERR_FAILED

Hi all, I built an extension for LinkedIn using Plasmo. My manifest looks like so:
"manifest": {
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"https://www.linkedin.com/*"
]
}
"manifest": {
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"https://www.linkedin.com/*"
]
}
I have 2 content scripts, both use this config:
export const config: PlasmoCSConfig = {
matches: ["https://www.linkedin.com/*"]
}
export const config: PlasmoCSConfig = {
matches: ["https://www.linkedin.com/*"]
}
Whenever I navigate to https://www.linkedin.com/feed/ with my extension installed, I'm getting a handful (1000+) errors like the one in the title. The extension does not crash or something, it is still working as expected despite these errors. Can anyone help me resolve this?
LinkedIn
LinkedIn Login, Sign in | LinkedIn
Login to LinkedIn to keep in touch with people you know, share ideas, and build your career.
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server