I'm working on a Chrome extension that finds the desired tag name and changes its style.
However, when the web page is still loading, the content script is injected, so the desired tag name cannot be found and the program ends.
I want the content script injected after the web page is fully loaded. What should I do