GeoSpoof sürüm geçmişi - 5 sürüm
Eski sürümlere dikkat edin! Bu sürümler yalnızca test veya referans amacıyla sunulmaktadır.Her zaman eklentilerin son sürümlerini kullanmalısınız.
Son sürüm
Sürüm 1.8.0
8 Mar 2026 tarihinde çıktı - 118,15 KBfirefox 142.0 ve üstü ile çalışırv1.8.0
Changed
- Details tab now shows complete list of overridden APIs grouped by Geolocation, Timezone, and WebRTC
- README rewritten to focus on what APIs get spoofed and how protection works
- Added links to Nominatim and browser-geo-tz in README and privacy policyKaynak kodu MIT Lisansı lisansıyla yayımlandı
Eski sürümler
Sürüm 1.7.0
8 Mar 2026 tarihinde çıktı - 118,06 KBfirefox 142.0 ve üstü ile çalışırv1.7.0
Added
- Timezone resolution using browser-geo-tz geographic boundary data, replacing the GeoNames API
- Longitude-based fallback when timezone data can't be loaded
Removed
- GeoNames API dependency and free-tier account requirement
Improved
- Timezone lookup reliability — no more rate limiting or API downtime issues
- Privacy policy and README updated to reflect new timezone data sourceKaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 1.6.0
8 Mar 2026 tarihinde çıktı - 109,38 KBfirefox 142.0 ve üstü ile çalışırv1.6.0:
- Just a new icon :)Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 1.5.0
8 Mar 2026 tarihinde çıktı - 306,76 KBfirefox 142.0 ve üstü ile çalışırv1.5.0
New: Permissions API Spoofing
- navigator.permissions.query() now returns "granted" for geolocation when spoofing is active, closing a fingerprinting gap where websites could detect spoofed location by checking the permission state.
- Non-geolocation permission queries and all queries when spoofing is disabled pass through to the browser normally.
- The spoofed PermissionStatus object matches the real browser API surface (read-only state, EventTarget support).
- No additional browser permissions required.
Fixes
- Fixed popup Details view not rendering line breaks in the Overridden APIs and other detail sections.
- Package script now auto-formats manifest.json after build.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 1.4.0
2 Mar 2026 tarihinde çıktı - 306,57 KBfirefox 142.0 ve üstü ile çalışırv1.4.0 — Reliability & correctness improvements
Fixed timezone spoofing for regions that don't observe DST (e.g. Asia/Tokyo, America/Phoenix). Offsets are now resolved using the browser's Intl API instead of heuristics.
Fixed a race condition where geolocation overrides could be installed after page scripts had already run, briefly exposing your real location.
Fixed async message handling to use Firefox's native Promise-based pattern, improving reliability of settings delivery between components.
Internal settings like your GeoNames username are no longer sent to content scripts — only the fields needed for spoofing are broadcast.
Build system now automatically syncs the version between package.json and manifest.json.Kaynak kodu MIT Lisansı lisansıyla yayımlandı