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
Post a Comment