Skip to main content
Guide SuperchargePerformance

Loon Chrome Extension: Status, Safety & What It Does (2026)

Loon is a Canadian-alternatives shopping extension — archived on GitHub but still listed on Chrome Web Store. Status, safety, and what to use instead in 2026.

7 min read Verified Chrome 150

Key takeaways

  • Loon is a Canadian shopping extension, not an ad blocker — it surfaces domestic product alternatives while you browse Amazon, Walmart, and Canadian Tire.
  • The GitHub repo is archived, and the Chrome Web Store build has not changed since August 2025 (v0.1.68) — though the developer’s site, getloon.ca, is still live and still adding products.
  • If you found this page looking for a YouTube ad blocker, skip to the What to Install Instead section below.

Loon is a browser extension for finding Canadian-made product alternatives while shopping online. It is not a YouTube ad blocker, not a privacy tool, and not related to ad removal of any kind. The confusion exists because scraper sites catalog every Chrome extension and attach popular search keywords regardless of what the extension actually does.

The status is genuinely mixed, and most write-ups get it wrong in one direction or the other. The GitHub repository is archived, and the developer said why: the operational cost — product data curation, marketing, maintenance — outgrew what a side project could sustain. But the product itself is not gone. As of July 2026 the developer’s site, getloon.ca, is live, labelled “Beta Release,” and says new products are added daily; it now offers a Firefox build too. The Chrome extension is the part that has stalled: the Chrome Web Store listing sits at version 0.1.68, last updated in August 2025, with 18 users. So “abandoned” overstates it, and “actively maintained” would too. The extension you would install today is roughly a year old.

What Loon Actually Does

Loon was built to solve a specific problem: when a Canadian shopper lands on Amazon or Walmart, they often don’t know whether a Canadian-made equivalent exists. The extension surfaces those alternatives inline, without leaving the retailer page.

Supported retailers at launch included Amazon, Walmart, and Canadian Tire. The experience was an extension popup — browse a product, open Loon, see domestic options if any existed in the database.

What Loon DoesWhat Loon Does Not Do
Shows Canadian product alternatives while shoppingBlock ads of any kind
Works on Amazon, Walmart, Canadian TireRemove YouTube ads
Bookmarks saved Canadian productsProtect privacy or block trackers
Requires no account or registrationFilter or hide web content
Free, open-source (MIT license)Modify YouTube player behavior

The tech stack was Vue 3, TypeScript, UnoCSS, and Axios. Developed in Montréal and Victoria. MIT license, so the code is public on GitHub even in its archived state.

One caveat the developers noted: full functionality required a connection to their backend for product data. With the project archived, that backend is not guaranteed to remain operational.

Current Status: Archived on GitHub, Listed on CWS

The GitHub repository at github.com/jackmayhew/loon has been archived. The developer’s own words in the README: “Adding product data, marketing, and development became too time-consuming for a side project.”

That tracks. A shopping-alternatives extension is hard to maintain: the product database needs continuous updates, retailer page structures change, and building an audience for a niche tool without funding is slow work. No criticism. It’s a pattern that ends most passion projects.

The site tells a different story from the repo. getloon.ca is still up as of July 2026, carries a “Beta Release” badge and a 2026 copyright, invites product submissions, and lists a Firefox build with Edge, Safari, and Opera marked “coming soon.” Whatever stopped, the developer has not walked away from the idea.

What this means practically, as of July 2026:

  • The CWS listing (ID: kikcflkchkgbafmmilpcpeammlfjllbe) is live at v0.1.68 with 18 users, last updated August 2025
  • The Chrome build is the stalled piece — no shipped update in roughly a year
  • Bugs and broken retailer integrations on that build are unlikely to be patched quickly
  • The backend the extension depends on is still running, since the website still serves product data

The extension did not get removed from CWS. Google’s Chrome Web Store does not automatically delist extensions when their GitHub repository goes dormant or when a developer stops activity. CWS removals happen when an extension violates policy, gets flagged for malware, or the developer explicitly removes it. Archived side projects can sit on CWS indefinitely.

Why People Confuse It With a YouTube Ad Blocker

Short answer: scraper sites and .crx catalogues.

When an extension ships to the Chrome Web Store, dozens of third-party sites automatically index it. These sites pull the extension name, ID, and sometimes description, then cluster extensions under broad keyword categories to chase search traffic. “Loon” gets filed under categories that include ad blockers, video tools, and YouTube utilities — not because Loon does any of that, but because the indexers are sweeping everything.

The result: a query like “loon youtube adblock plugin 2026” returns results pointing at a Canadian shopping tool. This is not Loon’s fault and not a signal that Loon has hidden ad-blocking features.

There’s also a year-spam pattern at work. Scrapers append year suffixes to drive recency clicks (“loon chrome extension 2024”, “loon chrome extension 2025”, “loon chrome extension 2026”) even when the underlying product hasn’t changed. The query generates impressions for sites that have nothing useful to say about it.

If someone told you “Loon blocks YouTube ads,” that information came from a scraper index, not from the extension’s actual function.

What to Install Instead

The right replacement depends on what you were actually looking for.

For Canadian Shopping Alternatives

The Loon CWS listing remains accessible. If you want to try it knowing it’s unmaintained, it’s at chromewebstore.google.com/detail/loon/kikcflkchkgbafmmilpcpeammlfjllbe. Verify the permissions it requests before installing — an abandoned extension with broad permissions is a risk worth checking.

Beyond Loon, this specific niche (inline Canadian product alternatives on major retailers) has sparse coverage. No maintained, broadly-adopted replacement exists as of May 2026. Most Canadian shoppers check vendor sites manually or use browser bookmarks to Canadian retailers.

For YouTube Ad Blocking

Loon has no YouTube functionality, but if that’s what brought you here, the options that actually work are covered in the YouTube ad blocker comparison. The short version: the approaches that survive YouTube’s anti-adblock detection work at the API data layer before the player reads ad configuration, not at the DOM level after ads load.

SuperchargePerformance uses a four-layer approach for YouTube: DNR network rules evaluated before any script runs, an API-proxy layer (upstream-derived from AdBlock for YouTube v7.2.1), a fallback skip-button clicker and interstitial hider for ads the proxy misses, and cosmetic CSS targeting YouTube’s feed and masthead. Beyond YouTube, it bundles tab suspension, 195K+ content-blocking rules from 18 filter sources, and AutoConsent cookie banner removal — zero telemetry, no account required, free core.

For General Ad Blocking

For website-wide ad and tracker blocking, the general ad blocker comparison covers the current MV3 landscape with verified user counts and extension versions. The main dimensions that matter in 2026: whether the extension survived MV3 intact, how many rules it can evaluate, and whether the architecture handles dynamic scripts or only static URL rules.

Why Archived Chrome Extensions Stay on CWS

Loon is not unusual. The Chrome Web Store has tens of thousands of unmaintained extensions: some dormant, some broken, some still functional years after their last update.

Google does not proactively audit extensions for maintenance status. The CWS review process gates entry: extensions get reviewed before listing and after policy changes. Ongoing maintenance is on the developer. An extension can sit at a three-year-old version, work fine for most users, and face no removal pressure unless it breaks a policy rule or gets flagged for security issues.

The implication for users: CWS listing status is not a freshness signal. An extension being “on CWS” tells you it passed policy review. That’s it. Not that it’s actively developed, not that its backend still works, not that it handles the current Chrome version cleanly. For extensions with backend dependencies (like Loon’s product database), this matters more than for purely client-side tools.

The practical check before installing any unfamiliar extension: open the listing, look at the last update date, check the permissions it requests, and verify the developer has some presence if the extension handles anything sensitive.


If you landed here because you wanted a YouTube ad blocker, the tested comparison has what you need. If you wanted Loon specifically for Canadian shopping — the listing is still there, but go in knowing updates stopped.

Frequently Asked Questions

Is Loon still on the Chrome Web Store in 2026?
As of July 2026, yes — the Loon extension (ID: kikcflkchkgbafmmilpcpeammlfjllbe) is still listed on the Chrome Web Store at version 0.1.68 with 18 users, last updated August 2025. The GitHub repository is archived, so the code is frozen. The developer's site (getloon.ca) is still live and still adding products, so the project is not fully dead — but the Chrome build you would install is about a year old.
Why does 'Loon' appear in YouTube ad blocker searches?
Loon is not a YouTube ad blocker — it helps Canadian shoppers find domestic product alternatives on Amazon, Walmart, and Canadian Tire. The search overlap is almost certainly scraper sites and third-party CRX catalogues that index every Chrome extension regardless of function, then attach popular keywords. The query 'loon youtube adblock plugin' appears to be bot and scraper traffic, not genuine user search intent.
Is the Loon extension safe to install if abandoned?
As of July 2026, the risk from a stale extension depends on what permissions it requests. Loon's purpose is product data lookup — compare the permissions on the CWS listing before installing. The Chrome build has not shipped an update since August 2025, so any security issue in its dependencies has gone unpatched for about a year, even though the developer's website remains active.
What replaced Loon for finding Canadian product alternatives?
As of July 2026, nothing else fills Loon's specific niche of surfacing Canadian product alternatives while you browse major retailers, and Loon itself is the closest thing to a live option: the Chrome extension is frozen at the August 2025 build, but getloon.ca still works and now offers a Firefox version. Canada-focused shopping tools in this niche remain sparse; many people just check vendor websites directly.
Who made the Loon extension and why was it archived?
Loon was built by a developer team based in Montréal, QC and Victoria, BC. The project was open-source under an MIT license, built with Vue 3, TypeScript, UnoCSS, and Axios. The developer archived the GitHub repository with this statement: 'Adding product data, marketing, and development became too time-consuming for a side project.' No company backing, no handoff — the project simply ran out of volunteer bandwidth.

Don't miss the next release

Be first to know when we ship something new.

Related Articles