It’s working fine, while running “yarn dist” for manifest v2. But this not possible to publish in chrome store as you know.
So we have build to manifest v3 by running “yarn dist:mv3”. But in this case when initially the extension was working good. But one time close a browser, again open it. its loading issue occurs
While running yarn dist , it’s fine for manifest version 2. However, we require a manifest version 3 build. Therefore, as per the GitHub code, we execute yarn dist:mv3 . At this point, the above issue arises.