Chrome 33 Hosting Changes

As a follow-up to our blog post on protecting Windows users from malicious extensions, we're enforcing the following changes starting in Chrome 33 Beta and stable channels for Windows:

What's the rationale for this measure?

See Protecting Windows users from malicious extensions.

For extensions that are currently hosted outside the Chrome Web Store, what should be done and by when?

If your extensions are currently hosted outside the Chrome Web Store, you should migrate them to the Chrome Web Store as soon as possible. The above changes are already effective on Chrome 33 Beta for Windows and will be effective on Chrome 33 stable for Windows (around end of Feb 2014). Once you migrate your extensions to the Chrome Web Store, there will be no impact to your users, who will still be able to use your extension as if nothing changed. If you're migrating your extensions to the Chrome Web Store, start testing with Chrome 33 right away.

What will happen if I migrate the extension to the Chrome Web Store sometime in the future? Will I lose all my users?

Users will have their off-store extensions hard-disabled once the enforcement rolls out in Chrome 33 stable/beta for Windows. However, if the extension is migrated to the Chrome Web Store after the rollout, users would be able to manually to enable the migrated extension from extensions settings page (chrome://extensions) or from the Chrome Web Store listing.

What if I want to restrict access to certain users or prevent my extension from being listed on the Chrome Web Store?

You can restrict access to your extension by limiting its visibility to Trusted Tester or by unlisting the extension from the Chrome Web Store.

Which operating systems and Chrome channels are affected by this change?

The changes are effective only for Windows stable and beta channels starting with Chrome 33.

Will this affect my ability to develop my extensions on Windows?

No. You can still load unpacked extensions in developer mode on Windows. Also, you can continue to develop extensions on Chrome Dev channel/Canary, where these changes are not effective.

How can I distribute my extension if I cannot upload it to the Chrome Web Store for policy reasons?

These changes are effective only on Windows stable and beta channel. Users who want to get extensions that are not hosted on the Chrome Web Store can do so on Chrome dev/canary channels in Windows or on all Chrome channels in other operating systems.

Why couldn't this problem be solved by having a setting/option to load extensions that are not hosted in the Chrome Web Store?

Unlike modern mobile operating systems, Windows does not sandbox applications. Hence we wouldn't be able to differentiate between a user opting in to this setting versus a malicious native app overriding the user's setting.

What are the supported deployment options for extensions after this change?

Apart from users installing extensions from the Chrome Web Store, the following deployment options will be supported:

  • For OSX and Linux, extensions can be installed via a preferences JSON file.
  • For Windows, extensions can be installed via the Windows registry. In the Windows registry, ensure that the update_url registry key points to the following URL: https://clients2.google.com/service/update2/crx. Local .crx installs via the path registry key are deprecated. Note that this deployment option works only for Chrome Web Store hosted extensions, and update_url cannot point to any other host other than https://clients2.google.com/service/update2/crx.
  • For Enterprises, we'll continue to support group policy to install extensions, irrespective of where the extensions are hosted. Note that the user's machine has to join a domain for GPO policy pushes to be effective.

Are there any other considerations to be aware of for extensions that depend on a native application binary?

Previously when off-store extensions were supported, it was possible to have the third party application binaries and the sideloaded extension be updated in lockstep. However, extensions hosted on the Chrome Web Store are updated via the Chrome update mechanism which developers do not control. Extension developers should be careful about updating extensions that have a dependency on the native application binary (for example, extensions using native messaging or legacy extensions using NPAPI).

What will users see when their off-store extension is disabled as a result of this rollout?

They will get a notification that says: "Suspicious Extensions Disabled" with a link to the following support article.

Why do I see a bubble about "Disable developer mode extensions" when loading an unpacked extension in Windows stable/beta channels?

We do not want the developer mode to be used as an attack vector for spreading malicious extensions. Hence we're informing users about developer mode extensions on Windows stable/beta channels and giving them an option to disable these extensions.