Wednesday, 15 May 2013

Chrome: this extension loaded itself too frequently -


I am creating a custom chrome extension that falsely exposes my message to this message

This extension has loaded itself too many times

What does this mean? Maybe I'm more than a threshold that disables the extension?

You have said so many times.

When you call chrome.runtime.reload within ten seconds of loading the extension, then Chrome interprets a reload as "fast loading". When your extension runs more than five "fast reload", the following warning will be shown in the UI:

This extension automatically reloads again and again.


No comments:

Post a Comment