Chrome Web Store Removal Notice

Location Guard Is No Longer Available on Chrome

The original Location Guard extension was removed from the Chrome Web Store because it was not updated to meet Chrome's Manifest V3 requirements. Here's what happened and what you can do now.

What Happened to Location Guard?

Removed from Chrome Web Store

Location Guard, the popular browser extension created by Kostas Chatzikokolakis (a researcher at École Polytechnique), was removed from the Chrome Web Store. The extension was originally published in 2013 and had been protecting users' location privacy for over a decade. Its last update was in March 2022.

The Reason: Manifest V3 Migration

Google required all Chrome extensions to migrate from Manifest V2 to Manifest V3 by mid-2024. Extensions that didn't update were gradually disabled and eventually removed from the Chrome Web Store. Location Guard's developer did not release a Manifest V3 version, so the extension was taken down.

Still Available on Firefox

The good news is that Location Guard is still available on Firefox through the Mozilla Add-ons store. Firefox uses a different extension system and was not affected by Chrome's Manifest V3 changes. You can download Location Guard for Firefox right now.

What Is Manifest V3?

Understanding why Google made this change and how it affects browser extensions

Enhanced Security

MV3 limits extension permissions and introduces more granular controls. Extensions can no longer execute arbitrary remote code, reducing the risk of malicious extensions.

Better Performance

MV3 replaces persistent background pages with service workers that activate only when needed, reducing memory and CPU usage across all installed extensions.

User Privacy

The new declarativeNetRequest API gives users more transparency about what extensions do with their browsing data, replacing the powerful but opaque webRequest API.

Developer Impact

Some developers argue MV3 limits extension capabilities. Ad blockers and privacy tools were particularly affected. Extensions that weren't updated were removed from the store.

Timeline of Events

How we got here

2013

Location Guard Created

Kostas Chatzikokolakis publishes Location Guard as a research project, introducing noise-based geolocation privacy to browser extensions.

2020

Peak Popularity

Location Guard reaches widespread adoption with users across Chrome, Firefox, and Opera. Becomes one of the most trusted geolocation privacy tools.

Mar 22

Last Update Published

Location Guard receives its final update (still Manifest V2). No further updates are released after this point.

Jun 24

Chrome MV3 Deadline

Google begins enforcing Manifest V3 requirements. Extensions still on MV2 start getting disabled for users and eventually removed from the Chrome Web Store.

2024

Removed from Chrome Web Store

Location Guard is no longer available for installation on Chrome. Existing installations may also stop working. Firefox version remains unaffected.

What Are Your Options?

You still have several ways to protect your location privacy

1

Switch to Firefox

The original Location Guard still works perfectly on Firefox. If you want the exact same extension with the same privacy features, simply install Firefox and add Location Guard from Mozilla Add-ons.

Download for Firefox →
2

Use a Chrome Alternative

Several developers have created Manifest V3 compatible alternatives inspired by Location Guard. These offer similar or enhanced geolocation privacy features and are available on the Chrome Web Store.

Compare Alternatives →
3

Sideload from GitHub

Location Guard is open-source. Advanced users can download the source code from GitHub and load it as an unpacked extension in Chrome's developer mode. Note: this requires manual updates and is not recommended for casual users.

View on GitHub →

Frequently Asked Questions

Common questions about Location Guard's Chrome removal

Related Resources