Firefox 瀏覽器附加元件
  • 擴充套件
  • 佈景主題
    • 用於 Firefox
    • 字典與語言套件
    • 其他瀏覽器網站
    • Android 版的附加元件
登入
附加元件圖示

GeoSpoof 版本紀錄 - 17 個版本

GeoSpoof 作者: Anthony Sgro

評價 5 分,滿分 5 分
5 顆星,滿分 5 顆星
5
4
4
0
3
0
2
0
1
0
GeoSpoof 版本紀錄 - 17 個版本
  • 小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。

  • 最新版本

    版本 1.17.11

    發行於 2026年3月25日 - 128.67 KB
    適用於 firefox 140.0 與更新版本, android 140.0 與更新版本

    原始碼依照 MIT License 條款釋出

    下載 Firefox 並安裝擴充套件
    下載檔案
  • 較舊版本

    版本 1.17.8

    發行於 2026年3月24日 - 128.12 KB
    適用於 firefox 140.0 與更新版本, android 140.0 與更新版本

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.17.7

    發行於 2026年3月24日 - 128.11 KB
    適用於 firefox 140.0 與更新版本, android 140.0 與更新版本

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.17.6

    發行於 2026年3月24日 - 128.12 KB
    適用於 firefox 140.0 與更新版本, android 140.0 與更新版本

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.14.0

    發行於 2026年3月16日 - 122.76 KB
    適用於 firefox 140.0 與更新版本, android 140.0 與更新版本
    v1.14.0

    Anti-Fingerprinting
    • Override Temporal.Now APIs (timeZoneId, plainDateTimeISO, plainDateISO, plainTimeISO, zonedDateTimeISO)
    • Fix timezone offset hash split — all Date APIs now derive from a single resolution path per engine
    • Use browser's native IANA tzdata via Intl.DateTimeFormat instead of custom offset arithmetic
    • Fix Date constructor epoch for historical sub-minute LMT offsets
    • Harden prototype detection resistance (method shorthand wrapping, stack trace cleanup, synchronous iframe patching)
    • Strip console output from production builds (fixes extension name leak)

    Internal
    • Modularize injected script into 15 ES modules (still bundled as single IIFE)
    • Expanded property-based test suite for fingerprint consistency

    Other
    • Lower minimum Firefox version to 140
    • Add Waterfox build script and Chrome Web Store assets

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.13.0

    發行於 2026年3月13日 - 121.74 KB
    適用於 firefox 142.0 與更新版本, android 142.0 與更新版本
    v1.13.0
    - Internal build system improvements to support cross-browser compatibility. No user-facing changes for Firefox

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.12.0

    發行於 2026年3月13日 - 121.71 KB
    適用於 firefox 142.0 與更新版本, android 142.0 與更新版本
    v1.12.0 — Manifest V3 Migration
    • Migrated to Manifest V3 for Firefox 142+. No changes to functionality or permissions prompts.

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.11.2

    發行於 2026年3月12日 - 121.39 KB
    適用於 firefox 142.0 與更新版本, android 142.0 與更新版本
    v1.11.2
    - XPI builds now available on GitHub Releases for sideloading on Gecko-based browsers (LibreWolf, Waterfox, Floorp, Pale Moon)
    - Added automated release workflow for publishing .xpi and source bundles on version tags
    - Updated README with sideloading installation instructions

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.11.1

    發行於 2026年3月12日 - 121.39 KB
    適用於 firefox 142.0 與更新版本, android 142.0 與更新版本
    v1.11.1 - fix: close Date API fingerprinting gaps (toDateString, toString, toTimeString)
    - Add toDateString override to prevent timezone leak near midnight UTC
    - Rewrite toString/toTimeString to produce Firefox-native GMT±HHMM format

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.11.0

    發行於 2026年3月11日 - 121.14 KB
    適用於 firefox 142.0 與更新版本, android 142.0 與更新版本
    v1.11.0

    New Features
    • VPN Region Sync — New "Sync with VPN" toggle that detects your public IP, geolocates your VPN exit region, and sets your spoofed location to match. One click, no manual coordinates needed.
    • Re-sync — After syncing, a Re-sync button lets you update your spoofed location if you switch VPN servers.
    • Info tooltip — ⓘ icon next to the VPN sync toggle explains that it's a one-time sync (not auto-updating) and that Re-sync is needed after changing VPN servers.
    • Clear location — New × button on the current location display to quickly clear your spoofed location.

    Improvements
    • Settings deferral hardening — Geolocation and permissions queries are now deferred until settings arrive from the background script, preventing real location leaks on slow startups.

    Documentation
    • Rewrote the Development section in README with a clear "two terminals" workflow and a scripts reference table.
    • Added package:source to the scripts table.
    • Updated Android testing instructions.
    • Updated Privacy Policy with VPN sync data disclosure (ipify + FreeIPAPI).

    Housekeeping
    • Removed unused build:ext / zip script (redundant with package).

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.10.0

    發行於 2026年3月10日 - 118.07 KB
    適用於 firefox 142.0 與更新版本, android 142.0 與更新版本
    v1.10.0

    Bug Fixes
    • Fixed false orange "!" badge appearing on nearly every page load due to a race condition between the background script and content script initialization
    • Badge now retries injection checks with backoff (500ms, 1s, 2s) instead of failing immediately
    • Badge automatically recovers to green "✓" when the content script confirms it's active
    • Popup injection warning now uses a live PING check instead of reading potentially stale badge text, reducing false warnings on SPA navigations (e.g., YouTube)

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.9.0

    發行於 2026年3月9日 - 117.93 KB
    適用於 firefox 142.0 與更新版本, android 142.0 與更新版本
    v1.9.0
    - Android support — GeoSpoof now works on Firefox for Android (120+)
    - Responsive popup UI that adapts to mobile screen sizes
    - Search results dropdown now opens above the input, improving usability on both desktop and mobile
    - Integrated web-ext tooling for building, linting, and packaging
    - Note: WebRTC protection toggle is visible on Android but may not be functional due to some platform API limitations

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.8.0

    發行於 2026年3月8日 - 118.15 KB
    適用於 firefox 142.0 與更新版本
    v1.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 policy

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.7.0

    發行於 2026年3月8日 - 118.06 KB
    適用於 firefox 142.0 與更新版本
    v1.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 source

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.6.0

    發行於 2026年3月8日 - 109.38 KB
    適用於 firefox 142.0 與更新版本
    v1.6.0:
    - Just a new icon :)

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.5.0

    發行於 2026年3月8日 - 306.76 KB
    適用於 firefox 142.0 與更新版本
    v1.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.

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.4.0

    發行於 2026年3月2日 - 306.57 KB
    適用於 firefox 142.0 與更新版本
    v1.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.

    原始碼依照 MIT License 條款釋出

    下載檔案
前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

瀏覽器

  • Desktop
  • Mobile
  • Enterprise

產品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。