In background.js, the code checks the element
var online = document.getElementById("online"); if (online.innerHTML == "online") { //тут должно быть оповещение }; I tried to implement it by examples, nothing happened, and it's difficult to google (it gives all kinds of nonsense off topic). I tried to read the documentation through a translator (everything is difficult with English), too, it turned out a little.
Can you tell me what code will alert me? + I would also like to increase the number in the extension icon. And what will need to be added to manifest.json. Well, or information on how to implement it in Russian.