Install AI-scapes on macOS or Linux

Tested on macOS 12 Monterey and newer with Google Chrome 120+. The same steps work on Linux and in Brave, Edge, or any other Chromium-based browser that supports Manifest V3 extensions.

The short version

  1. Unzip the download and move the ai-scapes-extension folder somewhere stable.
  2. Open Chrome's extensions page and turn on Developer mode (top-right).
  3. Click Load unpacked and select that folder.
  4. Open the card's Details and turn on Allow in Incognito.
  5. Switch to the consent tab that opened, agree, sign in, and click Start study.

New to Chrome extensions? The full walkthrough with screenshots is below.

What you need

1. Unzip the extension

  1. Open Finder and go to wherever you saved ai-scapes-extension.zip (usually ~/Downloads).
  2. Double-click ai-scapes-extension.zip. macOS unzips it into a folder named ai-scapes-extension.
  3. Move that folder somewhere stable, e.g. ~/Documents/ai-scapes-extension. Chrome loads it from disk, so don't delete or move it afterward.
  4. Open the folder and confirm manifest.json sits at the top level.
Finder window showing the unzipped ai-scapes-extension folder on macOS, with manifest.json visible at the top level alongside background.js, content.js, experiment.html, and the icons/ and assets/ folders.
Step 1: the unzipped folder in Finder. manifest.json should be at the top level.
Tip. If macOS produced a folder nested inside another folder of the same name, use the inner one — it holds manifest.json directly.

2. Open Chrome's extensions page

  1. Open Google Chrome.
  2. Go to the extensions page. Copy the address below, paste it into Chrome's address bar, and press Return.
  3. Turn on Developer mode using the toggle in the top-right corner.
Chrome's chrome://extensions page on macOS with the Developer mode toggle in the top-right switched on.
Step 2: the Developer-mode toggle is in the top-right of chrome://extensions.

3. Load the unpacked extension

  1. Click Load unpacked (top-left, once Developer mode is on).
  2. Select your ai-scapes-extension folder, then click Select (macOS) or Open (Linux).
  3. The AI-scapes experiment card appears. If you see a red error banner, you picked the wrong folder — reselect the one containing manifest.json.
Finder file picker on macOS with the ai-scapes-extension folder selected, ready to be confirmed via the Select button.
Step 3a: picking the unzipped folder in the Load-unpacked dialog.
chrome://extensions showing the AI-scapes experiment card loaded, with version, ID, Details, Remove, and Errors buttons visible.
Step 3b: what the loaded extension card looks like.

4. Allow the extension in Incognito

  1. Click Details on the AI-scapes card.
  2. Turn on Allow in Incognito (scroll down to find it).
Chrome extension details page on macOS with the Allow in Incognito toggle highlighted.
The toggle to flip: bottom of the extension's Details page.

5. Start the study

A consent tab opened automatically when you loaded the extension in step 3. Switch to it and work through three quick screens:

  1. Consent page: tick the eligibility box, then click I Agree.
  2. Setup page: sign into Google if you aren't already, then click Start Experiment.
  3. Experiment page: answer the three-question questionnaire, then click Start study.

The extension opens 18 small Maps windows in two waves (9 signed-in, then 9 incognito). Each auto-scrolls, collects its restaurant list, and closes itself. The run takes about 2–3 minutes.

Keep Chrome in front. The extension needs Chrome to be the focused app while it scrolls the lists — try not to switch to other apps for the ~2 minutes it runs.

Troubleshooting

"Failed to load extension" error

You picked a folder that does not contain manifest.json at the top level. Re-select the folder from step 1, typically the one named ai-scapes-extension whose contents include manifest.json, experiment.html, and an icons/ folder.

The Incognito toggle has no effect

Quit Chrome completely (Cmd+Q, not just close the window) and re-open it. The incognito permission is read at startup.

← Back to homepage

Uninstalling AI-scapes

You can remove the extension at any time. Uninstalling has two parts: unloading the extension from Chrome, and (optionally) deleting the folder you unzipped earlier.

1. Remove the extension from Chrome

  1. Open the extensions page: copy the address below into Chrome's address bar and press Return.
  2. Find the AI-scapes experiment card.
  3. Click Remove, then confirm in the dialog that appears.

Chrome immediately stops loading the extension and clears its local storage (the installation identifier, any in-progress questionnaire answers, and unsubmitted study data).

2. Delete the unzipped folder

  1. On macOS, open Finder and go to the folder where you unzipped the extension, typically ~/Documents/ai-scapes-extension. On Linux, open your file manager and navigate to the equivalent path (for example ~/.local/share/ai-scapes-extension or wherever you extracted the zip).
  2. Move that folder to the Trash (Cmd+Delete on macOS, Delete on most Linux file managers) and empty the Trash. From a Linux shell you can equivalently run rm -rf ~/path/to/ai-scapes-extension.
Already submitted your data and want it deleted? Email e.moroegido@northeastern.edu with the installation identifier shown on your thank-you page, and we'll delete the matching record from the study database.

← Back to homepage