How can load multiple JS in the content script file
I have file
contents/after-load.ts
which runs at document_end
and I want to load a script chrome.runtime.getUrl("scripts/css-selector-get.js")
1 Reply
Ok
Can anyone help me here?