Chrome: this extension loaded itself too frequently -


i’m building custom chrome extension. sporadically extension shows message.

this extension loaded frequently

what mean? maybe i’m exceeding threshold disables extension?

you've called chrome.runtime.reload often.

chrome considers reload "fast reload" when call chrome.runtime.reload within ten seconds after loading extension. when extension triggers more 5 "fast reloads", following warning shown in ui:

this extension reloaded frequently.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -