Saurav Chaudhary
unread,Sep 8, 2023, 10:56:08 AM9/8/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
Hi,
I have an extension within which I have some files present (html, .js, etc.). I am trying to load them at the end user side to execute some business logic. Respective changes have been made in the manifest file to load the files. This extension is MV3 compatible.
I have hosted the extension through the Chrome Store and I see that the call that goes to load the file(HTML file) from the extension remains in the pending state and never gets the response back. Due to this, the js file(the HTML file is responsible for loading this) is not being injected into the application.
Please find the attached snapshots for reference below.
If I use the same extension without hosting it on the Chrome store and just directly add it in the Chrome extensions section in the Chrome web browser, it works as expected.
Please let me know if you need any more details on this. Any help here would be much appreciated.
Screenshot 2023-09-08 at 8.17.20 PM.png
Screenshot 2023-09-08 at 8.16.57 PM.png