Chrome 扩展多久自动更新一次?

当我将一个新版本的 Chrome 扩展推送到 Chrome 网络商店时,它需要多长时间才能到达当前用户?

我六个小时前更新了一下但是我的分机还没有更新。Chrome 的文档还不清楚。

31852 次浏览

Restarting the browser and OS didn't help. Eventually, the extension updated itself, but it took at least 48 hours.

Currently this defaults to 5 hours (based on the code here).

You can override this by launching chrome with the extensions-update-frequency command-line parameter, which is the frequency in seconds. And you can go to chrome://extensions, tick the Developer mode checkbox at the top right, then press the Update Extensions Now button

Chrome docs doesn't specify this 5 hour value though, so it could change in future versions without notice:

Every few hours, the browser checks whether any installed extensions or apps have an update URL. For each one, it makes a request to that URL looking for an update manifest XML file.