I will try out your chrome extensions and review it on the Chrome Web Store

I'm an extension developer and I know how it feels to struggle to get a genuine review (not even considering good or bad, just literally anything). If you want some user feedback, drop a link and I'll try it this evening, or depending how many people are interested, maybe tomorrow.

reddit.com
u/SpaceJeans — 4 days ago
▲ 110 r/degoogle+1 crossposts

My open-source project was just featured in a tech blog completely organically for the first time

I'm actually so hyped about this, I post a lot here on reddit but never really reached out to any blogs or anything. After posting my project on r/opensource, I got some more stars and views and I guess this French tech blogger liked it enough to feature it on his site.

I only noticed because I saw my edge requests spiking on my domain geospoof.com in France lol, so anyway, that's my win for today

korben.info
u/SpaceJeans — 4 days ago

I was pissed Timeshifter charged $10 per flight, so I made a free jet lag app

Timeshifter is honestly out of control charging $10 per flight, so I made a free competitor out of spite. Basically it lets you create a free jet lag plan (unlimited, but one at a time), and has a nice Flighty interface, timeline view with destination and origin times, and widgets/dynamic island/live activities.

I am honestly looking for some people who would be interested in early testing and getting feedback so I know how to prioritize my time. I would also be down to test your app as well if you want.

Thanks and have a great day :)

https://apps.apple.com/us/app/avion-shift/id6762112132

u/SpaceJeans — 7 days ago

I was pissed Timeshifter charged 10 bucks per flight, so I made a free jet lag app

Timeshifter charges you an arm and a leg for jet lag plans so out of rage I made this alternative. I also like the UI better, it leans into the Flighty UI pattern. Anyway, I was looking to see if anyone would be interested in seeing how it works for them, as I have pretty much only tested it with my partner and myself :)

apps.apple.com
u/SpaceJeans — 7 days ago

My keywords are not working

i have the words “spoof” and “geolocation“ in my app’s keywords, but when you search the App Store for this combination, nothing comes up! has anyone experienced this before?

reddit.com
u/SpaceJeans — 8 days ago

I'm confident I built a better product than my 100k-user competitor, but the problem I solve is invisible

I build a browser extension that spoofs your location (for privacy, content access, QA testing). My biggest competitor has 100k+ users and is the default thing people find.

I can show that their extension objectively leaks your real location even while it's on. It changes your coordinates but leaves literally everything else in place, so any website can still tell where you actually are. I built a public test page that proves it in about two seconds.

But none of their 100k users know they have this problem. The extension feels fine and nothing visibly breaks, so I feel kind of like a crackpot saying "hey guys this is still an issue". I've written a detailed comparison and I'm starting to post about it, but it feels like shouting into the void.

Basically my question is this: how do you make an invisible problem feel real without sounding like fud?

u/SpaceJeans — 9 days ago

TIL the most popular location spoofer (100k+ users) completely leaks your actual location

Disclosure: I build GeoSpoof, which directly competes with this extension, so take this with a grain of salt. That said, everything in this post is publicly verifiable by installing Spoof Geolocation and running it against geospoof.com/verify

--

The screenshots were taken by installing Spoof Geolocation and setting it to Paris, France. I also set my VPN to Paris. I'm actually in Chicago, so any time a test fails, it's showing my real Chicago value instead of Paris.

I was curious how it performed and... it was really bad. The actual geolocation part works fine: it puts the coordinates exactly where you set them. The problem is that a website can tell you're lying using a bunch of APIs that don't even need permission to run. Short list:

  • Timezone / UTC offset
  • JS Date methods
  • Intl formatting
  • Temporal Apis

...and more. Long story short, Spoof Geolocation doesn't touch a single one of them. To be fair, it doesn't claim to. But if you're using it to protect your location, bypass content restrictions, or for QA/dev testing, it will eventually cause you problems.

And it's worse than just looking suspicious. It leaves my real timezone in place so any page I visit can tell I'm not in Paris and work out that I'm really in the US Central zone. It doesn't just fail to hide me, it literally points out where I actually am.

I wrote a full blog post about this with the full details: https://geospoof.com/blog/geospoof-vs-spoof-geolocation

u/SpaceJeans — 9 days ago

New competitor outperforming on keywords

I run a chrome extension and a new competitor just came out on the store. Despite me having 2500 users and them having 50, they win the top keyword search (or at least are placed above me).

We both have the keyword in our title, but I took a look at the description and they have the most AI slop, keyword slop junk I’ve ever seen. Literally just spamming as many keywords as possible, all different variations, etc.

i can’t really blame them because Google incentivizes this behavior, so I have no choice but to play along. So right now I’m working on getting rid of my current description and reworking it with Claude to hit as many top keyword searches as possible while also not being mindless drivel.

anyone have any insight into this kinda thing?

u/SpaceJeans — 10 days ago
▲ 32 r/osinttools+2 crossposts

Spoof Geolocation on Every Browser

Thanks for 40+ stars 😭 I started this project out of rage against YouTubeTV, Netflix, and others for refusing to serve content in some locales while traveling. Also, websites can trivially deduce your location even when on VPN because there are dozens of APIs in the browser that don’t even require a permission prompt.

Anyway, it’s still very much a work in progress but wanted to share since I know there are a lot of travelers and VPN users out there

github.com
u/SpaceJeans — 7 days ago
▲ 2 r/chrome_extensions+1 crossposts

How to Spoof Geolocation on Chrome

If you’re like me you probably use a VPN while traveling to regain access to content and maintain general privacy.

And if you really are like me then you probably get pissed off when you can’t watch YoutubeTV or Netflix while in another region. I’ve pretty much been dead set on trying to fix this problem for the past couple months.

im the author of GeoSpoof, which is basically an extension that lets you spoof your location anywhere and synchronize all signals your browser emits to be THAT location.

I’ve made significant progress on the Chrome extension by using the debugger api to send direct CDP commands to the tab.

This override is applied by the browser engine itself, not just injected when the page loads. This enables the extension to spoof the timezone / location in every single context, including service workers and cross-origin iframes, and to apply it before the page’s first script runs (closing the cold-start race that page-level injection can’t).

Best of all this feature is optional (because opt-in is better for privacy), you can toggle it with Engine-level Spoofing on Details > Advanced

Now available on chromium :)

u/SpaceJeans — 11 days ago

I made one tiny change and 10x’d my impressions

I completely ignored app store optimization (ASO, or just store optimization). I used Claude to analyze my Google Search Console and Bing Webmaster search performance for my homepage and told it to find my biggest keyword gaps.

Many of these stores weight keywords in the title massively over just mentioning them in the subtitle or description. I changed my title from “GeoSpoof” to “GeoSpoof: Spoof Geolocation and Timezone” and this is the result.

I guess sometimes the best optimizations are just hiding in plain site.

u/SpaceJeans — 12 days ago

Review not factoring into score?

I am the developer of this extension and recently got a 5 star review, but chrome hasn't updated the review aggregate score yet. Does anyone know how long this takes?

Trying to dig myself out of an early 1-star rating bomb that didnt even leave a review :(

u/SpaceJeans — 13 days ago

Got my first dollar

I've been building geospoof.com for a couple months now operating basically on a free business model + donation tip jar. I have several thousand users across browser extensions and iOS + macOS app, and I finally got my first tip on iOS.

I have some premium features coming out soon like automatically syncing your geolocation and timezone signals with VPN even when the app is backgrounded, custom accuracy, Mapkit location selector, etc.

u/SpaceJeans — 15 days ago
▲ 18 r/SaaS

Got my first dollar

I don’t have any premium or subscription model on my iOS app, pretty much just put a donation jar. Which I suppose makes it even sweeter that someone wanted to give me a buck just to say thanks!

u/SpaceJeans — 16 days ago

"Your vault is locked" stuck on Firefox extension after upgrading to macOS 27 beta

Anyone else have this issue? Yes I have the standalone app open as well, the settings are configured correctly as I was able to open the firefox extension before updating

reddit.com
u/SpaceJeans — 27 days ago

I added Russian language support and my extension went exponential

I run GeoSpoof, an open-source geolocation extension that matches browser APIs to your VPN exit IP so your browser reports a full consistent identity.

i hit a plateau of about 700 users for about a month. I noticed most of my uninstalls were coming from Russia, so I added language support for the top global languages including Russian, Chinese, Spanish, German, French, and Brazilian Portuguese.

just a week later and my user base is growing exponentially 😅 did not think that would happrn

u/SpaceJeans — 1 month ago
▲ 35 r/Safari

Safari extension to spoof geolocation, timezone, and more [privacy + open-source]

A few months ago I built GeoSpoof, an extension that spoofs your browser's geolocation, timezone, and WebRTC to match your VPN exit (or any location you choose). The problem it solves: your VPN changes your IP but your browser still leaks your real location. This easily lets websites and services discover lies about your location.

I've gotten about 1.5k users on Firefox and Chrome, and just recently released the iOS, iPadOS and macOS apps for Safari support: https://apps.apple.com/us/app/geospoof/id6765719745

Additionally it is open source and completely free: https://github.com/anthonysgro/geospoof

Happy to answer any questions about how it works or take feedback, I am still actively developing it :)

u/SpaceJeans — 2 months ago

A few months ago I built GeoSpoof, an extension that spoofs your browser's geolocation, timezone, and WebRTC to match your VPN exit (or any location you choose). The problem it solves: your VPN changes your IP but your browser still leaks your real location through JS APIs.

Just crossed 500 users on Chrome and wanted to share the milestone. It's also on Firefox and Safari if anyone's on those.

It's open source and free: github.com/anthonysgro/geospoof

Happy to answer any questions about how it works or take feedback, I am still actively developing it.

u/SpaceJeans — 2 months ago