Why isn't my chrome extension auto-updating itself?
问题 I made a really basic chrome extension and set up a simple node.js server to test the auto-update feature. The server hosts the .crx file so I can install the extension without any trouble simply by visiting http://localhost:3000/clients/chrome/extension.crx . But when I go to tools -> extensions and click on Update extensions now , the extension does not fetch the new version. The server does receive the request for localhost:3000/clients/chrome/updates.xml , but doesn't receive any request