Webbläsartillägg för Firefox
  • Tillägg
  • Teman
    • för Firefox
    • Ordlistor & språkpaket
    • Andra webbläsarplatser
    • Tillägg för Android
Logga in
Förhandsvisning av BSV 402 Payments

BSV 402 Payments av Deggen

Automatically pays HTTP 402 responses using BSV micropayments (BRC-0121). Constructs and transmits a BSV blockchain transaction when a site requests payment.

0 (0 recensioner)0 (0 recensioner)
Inga användareInga användare
Hämta Firefox och få tillägget
Hämta fil

Metadata för tillägg

Om detta tillägg
BSV 402 Payments automatically handles websites that charge for content using Bitcoin SV (BSV) micropayments. When you visit a page that requires payment, the extension detects the HTTP 402 "Payment Required" response, constructs a BSV blockchain transaction on your behalf using your locally-running BSV wallet, and retries the request with the payment attached — all without any manual steps from you.

Try it out by using this demo website: https://now.bsvblockchain.tech

Prerequisite: You'll need a BRC-100 Wallet like https://desktop.bsvb.tech

This is an implementation of the BRC-0121 protocol, an open standard for machine-to-machine micropayments over HTTP. There are no accounts, no subscriptions, and no intermediaries. The extension talks directly to a BSV wallet running on your own machine (such as the BSV Wallet Daemon), signs a payment transaction locally, and sends it to the site you're visiting. Nothing leaves your browser except the payment transaction itself, and only when you navigate to a page that explicitly requests one.

What data is handled

The only data this extension processes is the BSV payment transaction — a cryptographic record of a micropayment denominated in satoshis (fractions of one BSV). This contains a derived public key used for this specific payment and the transaction amount. It contains no name, email address, password, card number, bank account, or any other personally identifying information. The wallet on your machine generates the transaction; the extension's only job is to attach it to the HTTP request.

Why each permission is needed

Access your data for all websites (host_permissions: <all_urls>): The extension needs to observe HTTP responses from any website in order to detect 402 status codes. It cannot know in advance which sites use BRC-0121 payments, so it monitors all responses and acts only when a 402 with the correct BSV payment headers is present. It does not read, modify, or store the content of any page.
Access browser activity during navigation (webRequest, webRequestBlocking): These permissions allow the extension to intercept outgoing HTTP requests and attach payment headers before they leave the browser. webRequestBlocking specifically is required because the extension needs to hold a request open while it constructs the payment transaction asynchronously with your local wallet — this is a Firefox-specific API that Chrome's equivalent (declarativeNetRequest) replaced with a less flexible alternative. Without this, headers cannot be injected in time.
Access browser tabs (tabs): After detecting a 402, the extension triggers a fresh navigation to the same URL so that the payment headers can be injected into a clean request. This is a technical requirement of how Firefox's request pipeline works — the original 402'd request cannot be retried in-place, so a new navigation must be initiated programmatically.
Betyg 0 av 0 recensenter
Logga in för att betygsätta detta tillägg
Det finns inga betyg än

Stjärnklassificering sparad

5
0
4
0
3
0
2
0
1
0
Inga recensioner ännu
Behörigheter och data

Nödvändiga behörigheter:

  • Åtkomst till webbläsarens flikar

Valfria behörigheter:

  • Åtkomst till dina data för alla webbplatser

Kräver datainsamling, enligt utvecklaren:

  • Finansiell information och betalningsinformation

Valfri datainsamling, enligt utvecklaren:

  • Tekniska data och interaktionsdata
Läs mer
Mer information
Länkar för tillägg
  • E-post för support
  • Kopiera tilläggs-ID
Version
0.2.1
Storlek
148,7 kB
Senast uppdaterad
för 3 månader sedan (13 apr 2026)
Relaterade kategorier
  • Annat
Licens
Apache License 2.0
Versionshistorik
  • Se alla versioner
Lägg till i samling
Rapportera detta tillägg
Gå till Mozillas hemsida

Tillägg

  • Om
  • Firefox tilläggsblogg
  • Verkstad för tillägg
  • Utvecklarcenter
  • Utvecklarpolicyer
  • Community-blogg
  • Forum
  • Rapportera en bugg
  • Recensionsriktlinjer

Ladda ner

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

De senaste versionerna

  • Nightly
  • Beta

Firefox för företag

  • Enterprise

Gemenskap

  • Connect
  • Contribute
  • Developer

Följ

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Sekretess
  • Kakor
  • Juridisk information

Om inget annat anges, är innehållet på denna webbplats licensierat under licensen Creative Commons Attribution Share-Alike License v3.0 eller senare version.