Copy Chrome extensions from one computer to another

Posted on

Problem :

Has anyone successfully downloaded Google Chrome apps (or extensions or whatever they are called) from another browser and then installed them on Chrome? Google Web Store and Google Play are blocked where I work, and I just want to install Adblock.

When I visit the web store (on a non-blocked network), it just says that I need to install Chrome first.

Solution :

  1. Locate the extension folder from an existing installation. You should find it in either

    Chrome user data directory → Default → Extensions → {a 32 “a→p” character hash}

    or

    Chrome user data directory → Profile[some #] → Extensions → {a 32 “a→p” character hash}

    It should be fairly obvious which hash corresponds to which extension upon inspection, but you can often find a readme.txt, or a messages.json file in a _locales sudfolder, from which you can identify the extension. On my local system the hash for Adblock was cfhdojbkjhnklbpkdaibdccddilifddb (this is probably globally unique, but just check), and then there were versioned subfolders. Choosing the most recent version directory should be fine.

  2. Copy this folder to the new computer.

  3. Go to chrome://extensions in the target Chrome browser and enable “Developer mode” by the checkbox in the upper right.

  4. Press “Load unpacked extension…” and choose the version-number folder inside the desired extension folder.

(3 and 4 as described by Google)

The extension should now be loaded.


I tried this locally by creating a new Chrome user profile and loading the extension as described above, and it seemed to work at a first glance (it loaded OK), but I assume no liability 🙂 .

Also, if your company blocks the extension store to avoid its employees installing extensions, you should be aware of that circumventing such policies might not be appreciated. The better choice for your future employment might be to talk to the department responsible for the block.

This is pretty simple. In your chrome account. Click on settings and then log in. After logging in you chrome extensions will automatically populate.

This extension works pretty well, creates an html page list of all extension and even sorts them into enabled and disabled:
Export links of all extensions. You then just have to click through them to install, but I didn’t find a way to bulk import using the copy into directory method anyway, I think you still had to click multiple times to load unpacked. There should really be a Chrome version of this: OPIE Firefox Extension which would pack up and export/import all manor of profile parts.

So after painstakingly packing, air dropping the zipped folder, and unpacking some test extensions to see if the process works (which it did), I went to the extension store to just download a really simple extension that decided I wanted, and when I clicked “Add to Chrome” a pop-up asked if I wanted to just “Sync” my extensions across my accounts. So I clicked yes, and a few seconds later all my extensions were populated on my new computer’s Chrome browser. Boom. So I’d recommend trying this route first for anyone who is wanting a quick fix.

  1. Go here: https://chrome.google.com/webstore/category/extensions
  2. Add an extension the you already use elsewhere
  3. Accept the “Sync” my extensions

Leave a Reply

Your email address will not be published. Required fields are marked *