I am getting this exception in my background.html page. I don't know what this exception says. Can anyone explain this exception and also tell me how to resolve this exception.
The exception details are:
Unchecked runtime.lastError: This request exceeds the MAX_CAPTURE_VISIBLE_TAB_CALLS_PER_SECOND quota.
Context
Unknown
Stack Trace
:0 (anonymous function)
Thank you.
To anyone who might stumble across this question.
I used an npm library. though it was designed for manifest version 2, (at the date of writing this answer) there is a pull request that adds functionality for manifest version 3, The pull request has a few issues of its own which I fixed in this fork
You can also refer to this great StackOverflow question on how to directly install the packages from GitHub until the pull request is merged.