'chrome-extension content file window open issue

content.js file

window.open(`${chrome.runtime.getURL("options.html")}`);

it appeared "bdjacnhjldihfnpmgjkfejaaffboblnai is a blocking page." issue but When I reload it looks options page .

how can i solve the issue ?

I wan't to use only content.js ,not background.js



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source