Add-ons für den Firefox-Browser
  • Erweiterungen
  • Themes
    • für Firefox
    • Wörterbücher & Sprachpakete
    • Andere Browser-Seiten
    • Add-ons für Android
Anmelden
Vorschau von BSV 402 Payments

BSV 402 Payments von 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 Bewertungen)0 (0 Bewertungen)
Keine NutzerKeine Nutzer
Laden Sie Firefox herunter und holen Sie sich die Erweiterung
Datei herunterladen

Metadaten zur Erweiterung

Über diese Erweiterung
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.
Bewertet mit 0 von 0 Bewertern
Melden Sie sich an, um diese Erweiterung zu bewerten
Es liegen noch keine Bewertungen vor

Stern-Bewertung gespeichert

5
0
4
0
3
0
2
0
1
0
Noch keine Bewertungen
Berechtigungen und Daten

Benötigte Berechtigungen:

  • Auf Browsertabs zugreifen

Optionale Berechtigungen:

  • Auf Ihre Daten für diverse Websites zugreifen

Erforderliche Datenerfassung nach Angaben des Entwicklers:

  • Finanz- und Zahlungsinformationen

Optionale Datenerfassung nach Angaben des Entwicklers:

  • Technische Daten und Interaktionsdaten
Weitere Informationen
Weitere Informationen
Add-on-Links
  • Hilfe-E-Mail-Adresse
  • Copy add-on ID
Version
0.2.1
Größe
148,7 KB
Zuletzt aktualisiert
vor einem Monat (13. Apr. 2026)
Verwandte Kategorien
  • Sonstiges
Lizenz
Apache-Lizenz 2.0
Versionsgeschichte
  • Alle Versionen anzeigen
Zur Sammlung hinzufügen
Dieses Add-on melden
Zur Mozilla-Startseite gehen

Add-ons

  • Über
  • Firefox-Add-ons-Blog
  • Erweiterungs-Workshop
  • Entwickler-Zentrum
  • Regeln für Entwickler
  • Blog der Gemeinschaft
  • Forum
  • Einen Fehler melden
  • Bewertungsleitfaden

Browser

  • Desktop
  • Mobile
  • Enterprise

Produkte

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Datenschutz
  • Cookies
  • Rechtliches

Sofern nicht anders vermerkt, steht der Inhalt dieser Seite unter der Creative Commons Attribution Share-Alike License v3.0 oder einer späteren Version.