Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

K2VPN: Free Private Search VPN のバージョン履歴 - 全 14 バージョン

K2VPN: Free Private Search VPN 作成者: K2VPN

5 段階中 1 の評価
5 段階中 1 の評価
5
0
4
0
3
0
2
0
1
1
K2VPN: Free Private Search VPN のバージョン履歴 - 全 14 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 1.4.3

    リリース日 : 2026年6月25日 - 1.02 MB
    firefox バージョン 140.0 以降 で動作
    • Domain configuration is now resolved in config.js so every background module shares a single source of truth.
    • First-search tracking is now recorded in the user cookie alongside the local storage flag.
    • Moved domain URL resolution out of background-core.js and into config.js as a self-contained builder.
    • Removed the separate landing-page domain system that was unused by K2VPN.
    • Removed the retry-based tab notification helpers that were replaced by the scripting API approach.
    • Added icon64.png to the manifest icon declarations.
    • Normalized quote style to single quotes across consent.js and contentscript.js.
    • Cleaned up the audit plan document (UPDATE.md removed).

    ソースコードは All Rights Reserved に従いリリースされています

    Firefox をダウンロードして拡張機能を入手する
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 1.4.1

    リリース日 : 2026年6月24日 - 1 MB
    firefox バージョン 140.0 以降 で動作
    • Extracted the shared attribution and cookie handling layer into a dedicated background module for cleaner separation of concerns.
    • VPN connection logic, proxy control, country selection, and auto-disconnect alarms are now managed in focused, separate modules.
    • Added VPN-specific lifecycle hook registrations.
    • Removed the legacy VPN core module.
    • Added extension slug to the localization file.

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.4.0

    リリース日 : 2026年6月18日 - 1.01 MB
    firefox バージョン 142.0 以降 で動作
    • Update missing date

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3.9

    リリース日 : 2026年6月18日 - 1.01 MB
    firefox バージョン 142.0 以降 で動作
    • Removed browser.tabs.sendMessage from both functions

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3.8

    リリース日 : 2026年6月18日 - 1.01 MB
    firefox バージョン 142.0 以降 で動作
    • Replaced notifyProductSiteTabs with notifyActiveTab in the onInstalled handler to reliably send the install signal to the active tab
    • Added browser.scripting.executeScript alongside browser.tabs.sendMessage in notifyInstalledTab and notifyActiveTab to also post a page-level message so landing page scripts receive the install signal

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3.7

    リリース日 : 2026年6月18日 - 1.01 MB
    firefox バージョン 142.0 以降 で動作
    • Fixed overlay not auto-advancing to step 2 after install on landing pages
    • Updated notifyInstalledTab and notifyActiveTab to post a page-level message alongside the extension message so the landing page script receives the install signal

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3.6

    リリース日 : 2026年6月18日 - 1 MB
    firefox バージョン 142.0 以降 で動作
    -Added <all_urls> to contentscript

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3.5

    リリース日 : 2026年6月16日 - 1.01 MB
    firefox バージョン 142.0 以降 で動作
    • Slimmed the extension package by removing unused images and styles, so it downloads and installs faster and takes up less space.

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3.4

    リリース日 : 2026年6月11日 - 1.19 MB
    firefox バージョン 142.0 以降 で動作
    • Campaign attribution captured on the install page is now carried over in full: custom fields are no longer dropped during cookie sync, so all attribution details are preserved alongside the standard ones.
    • Install and event reporting now falls back to an additional campaign identifier when the primary click identifiers are unavailable, reducing the number of installs reported without attribution.
    • Replaced strict key filtering in the cookie sync with a unified merge that fills in missing values without overwriting data already present.
    • Internal code comments cleaned up in the background and content scripts.

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3.3

    リリース日 : 2026年6月11日 - 1.19 MB
    firefox バージョン 142.0 以降 で動作
    • Fixed issue with LP cookie syncing

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3.2

    リリース日 : 2026年6月9日 - 1.19 MB
    firefox バージョン 142.0 以降 で動作

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3.1

    リリース日 : 2026年6月9日 - 1.19 MB
    firefox バージョン 142.0 以降 で動作
    Removed comments

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3.0

    リリース日 : 2026年6月9日 - 1.19 MB
    firefox バージョン 142.0 以降 で動作
    • Updated background logic for better consistency.
    • Improved install and startup handling.
    • Removed outdated and unused code.
    • Cleaned up privacy related behavior and wording.
    • Fixed minor compatibility issues.
    • General bug fixes and cleanup.

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.2.0

    リリース日 : 2026年5月28日 - 1.19 MB
    firefox バージョン 142.0 以降 で動作

    ソースコードは All Rights Reserved に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。