How to Turn On Developer Mode for Chrome Extensions

Enable Developer Mode once and you can load any extension folder directly.

  1. Type "chrome://extensions" in the address bar

    Enter this address and press Enter to open Chrome's extension management page.

  2. Turn on "Developer mode" in the top-right corner

    Flipping this switch reveals extra buttons for loading extensions manually.

  3. Click "Load unpacked"

    Click the button that appears and select the folder containing the extension files you want to install.

  4. Confirm the extension appears in your list

    Once loaded successfully, the extension shows up on the extensions page and its icon appears in the toolbar.

  5. Why it is useful

    You can install and test an extension you built yourself, or one not yet published on the Chrome Web Store, directly in your browser without going through a store review process.

A Sandbox for Testing Before You Publish

Developer Mode gives you a safe way to try out an extension while you are still building it, checking how it behaves in a real browser before submitting it anywhere. It also lets you install internal tools or extensions shared by a colleague that were never meant for public distribution.

A Word of Caution

Because loading an unpacked extension skips the review process that store listings go through, only install code from a source you trust. An unpacked extension has broad access to your browser, so treat unfamiliar files the way you would any other unverified software.

Frequently Asked Questions

Does turning on Developer Mode make my browser less secure?

It does not weaken Chrome itself, but it does let you load any extension without a store review, so the safety of what you install depends entirely on trusting the source.

Can I remove an unpacked extension later?

Yes β€” go to the extensions page and click "Remove" on that extension, or simply turn Developer mode back off to hide it, though removing it fully is the cleaner option.